- Timestamp:
- Nov 24, 2010, 12:57:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy
r633 r717 350 350 } 351 351 352 // Prevent lazy initialization error. 353 result.inventoryItemPurchaseInstance.costCode.attach() 354 352 355 render(view:'receive', 353 356 model:['inventoryItemPurchaseInstance': result.inventoryItemPurchaseInstance, … … 394 397 } 395 398 399 // Prevent lazy initialization error. 400 result.inventoryItemPurchaseInstance.costCode.attach() 401 396 402 render(view:'approveInvoicePayment', 397 403 model:['inventoryItemPurchaseInstance': result.inventoryItemPurchaseInstance,
Note: See TracChangeset
for help on using the changeset viewer.