Changeset 891 for branches/features/purchaseOrders/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy
- Timestamp:
- Apr 21, 2011, 3:29:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/purchaseOrders/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy
r717 r891 11 11 def dateUtilService 12 12 def inventoryPurchaseService 13 def purchaseOrderService 13 14 14 15 def index = { … … 280 281 def costCodes = inventoryPurchaseService.getCostCodesByPerson() 281 282 283 def purchaseOrderNumbers = [purchaseOrderService.findNextUnusedPurchaseOrderNumber()] 284 purchaseOrderNumbers += purchaseOrderService.findDraftPurchaseOrderNumbers() 285 282 286 return ['inventoryItemPurchaseInstance': inventoryItemPurchaseInstance, 283 'costCodes': costCodes ]287 'costCodes': costCodes, purchaseOrderNumbers:purchaseOrderNumbers] 284 288 } 285 289
Note: See TracChangeset
for help on using the changeset viewer.