Ignore:
Timestamp:
Oct 22, 2009, 4:33:25 PM (14 years ago)
Author:
gav
Message:

Add costCode attribute to Asset and regen non-detailed controller and views, adjust detailed views to suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/Asset.groovy

    r131 r161  
    66    String name
    77    String description = ""
     8    String costCode = ""
    89    boolean isActive = true
    910
    10     static hasMany = [maintenanceActions: MaintenanceAction, 
     11    static hasMany = [maintenanceActions: MaintenanceAction,
    1112                                    assetExtendedAttributes: AssetExtendedAttribute]
    1213
Note: See TracChangeset for help on using the changeset viewer.