Ignore:
Timestamp:
Apr 21, 2011, 5:57:17 PM (13 years ago)
Author:
gav
Message:

Formatting only, no domain change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/features/purchaseOrders/grails-app/domain/PurchaseOrder.groovy

    r891 r892  
     1class PurchaseOrder {
    12
    2 class PurchaseOrder {
     3    Supplier supplier
     4
    35    String comments
    4     Supplier supplier
    56    Date ordered
     7
    68    static hasMany = [inventoryItemPurchases: InventoryItemPurchase]
    79
    810    static belongsTo = [purchaseOrderNumber: PurchaseOrderNumber]
    9 
    1011
    1112    static constraints = {
Note: See TracChangeset for help on using the changeset viewer.