Ignore:
Timestamp:
Apr 30, 2009, 9:36:34 PM (15 years ago)
Author:
gav
Message:

Extensive update to Asset ERD and associated domain classes, not compiled or tested.

File:
1 edited

Legend:

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

    r116 r121  
    55    Boolean isActive = true
    66
    7     static hasMany = [inventoryStores: InventoryStore]
     7    static hasMany = [inventoryStores: InventoryStore, systemSections: SystemSection]
    88
    99//     static belongsTo = []
Note: See TracChangeset for help on using the changeset viewer.