- Timestamp:
- Apr 23, 2010, 2:42:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/InventoryItemDetailedController.groovy
r489 r507 202 202 List fields = ["name", 203 203 "description", 204 "inventoryGroup", 204 205 "unitsInStock", 205 206 "reorderPoint", … … 209 210 Map labels = ["name": "Name", 210 211 "description": "Description", 212 "inventoryGroup": "Group", 211 213 "unitsInStock":"In Stock", 212 214 "reorderPoint":"Reorder Point",
Note: See TracChangeset
for help on using the changeset viewer.