Changeset 599 for trunk/grails-app/i18n


Ignore:
Timestamp:
Jun 18, 2010, 3:58:43 PM (14 years ago)
Author:
gav
Message:

Implement InventoryItemPurchase custom constraint as per ticket #74, unique purchaseOrderNumber for an inventoryItem order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/i18n/messages.properties

    r592 r599  
    175175inventoryMovement.still.associated=Could not complete operation as inventory movements are still associated with this item.
    176176
     177inventoryItemPurchase.purchaseOrderNumber.not.unique.for.inventory.item.order=Purchase Order Number must be unique for this inventory item order.
    177178inventoryItemPurchase.invoiceNumber.required=An invoice number must be supplied to approve payment.
    178179inventoryItemPurchase.delete.failure.received.exists=Could not delete, items have been received.
Note: See TracChangeset for help on using the changeset viewer.