Ignore:
Timestamp:
Apr 23, 2010, 2:42:25 PM (14 years ago)
Author:
gav
Message:

Add inventoryGroup to inventory search view and export.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/InventoryItemDetailedController.groovy

    r489 r507  
    202202            List fields = ["name",
    203203                                "description",
     204                                "inventoryGroup",
    204205                                "unitsInStock",
    205206                                "reorderPoint",
     
    209210            Map labels = ["name": "Name",
    210211                                "description": "Description",
     212                                "inventoryGroup": "Group",
    211213                                "unitsInStock":"In Stock",
    212214                                "reorderPoint":"Reorder Point",
Note: See TracChangeset for help on using the changeset viewer.