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/InventoryItemPurchase.groovy

    r891 r892  
    11class InventoryItemPurchase {
    22
     3    PurchaseOrder purchaseOrder
    34    Person enteredBy
    45    Person lastUpdatedBy
     
    1415
    1516    Integer quantity
    16     PurchaseOrder purchaseOrder
    1717    BigDecimal orderValueAmount
    1818    Currency orderValueCurrency
     
    2929    static constraints = {
    3030        quantity(min:0)
     31        /// @todo: check constraints.
    3132//        purchaseOrderNumber(blank:false, maxSize:50, validator: {val, obj ->
    3233//            // For orders the purchaseOrderNumber must be unique for an inventoryItem.
Note: See TracChangeset for help on using the changeset viewer.