Changeset 896 for branches/features/purchaseOrders/grails-app
- Timestamp:
 - Apr 22, 2011, 1:14:08 PM (15 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/features/purchaseOrders/grails-app/domain/PurchaseOrder.groovy
r892 r896 3 3 Supplier supplier 4 4 5 String comment s5 String comment = "" 6 6 Date ordered 7 7 … … 11 11 12 12 static constraints = { 13 comment s(nullable:true)13 comment(maxSize:255) 14 14 ordered(nullable:true) 15 15 }  
Note: See TracChangeset
          for help on using the changeset viewer.
      