Ignore:
Timestamp:
Feb 23, 2010, 2:07:15 PM (14 years ago)
Author:
gav
Message:

Add contacts to Person, Supplier, Manufacturer and Site.

File:
1 edited

Legend:

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

    r397 r402  
    55    boolean isActive = true
    66
    7     static hasMany = [inventoryItems: InventoryItem, addresses: Address]
     7    static hasMany = [contacts: Contact,
     8                                    addresses: Address,
     9                                    inventoryItems: InventoryItem]
    810
    911    static belongsTo = [InventoryItem]
Note: See TracChangeset for help on using the changeset viewer.