Changeset 610 for trunk/grails-app/i18n


Ignore:
Timestamp:
Jun 22, 2010, 5:55:31 PM (14 years ago)
Author:
gav
Message:

Prevent reordering of obsolete or inactive inventory items.

File:
1 edited

Legend:

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

    r609 r610  
    200200task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned.
    201201
     202# InventoryItem Messages.
    202203inventory.item.is.obsolete=This item has been flagged as obsolete.
    203204inventory.item.not.active=This item has been flagged as not active.
     205inventory.item.reorder.not.allowed=Reorder not allowed.
     206inventory.item.reorder.listing.disabled=This item has reorder listing disabled and will not appear on reorder lists.
    204207inventory.item.already.has.picture=Inventory item already has a picture, please delete the old picture first.
    205208inventory.item.picture.file.unrecognised=Image file [{0}]: type not recognised.
     
    214217inventoryItemPurchase.delete.failure.received.exists=Could not delete, items have been received.
    215218inventoryItemPurchase.delete.failure.payment.approved=Could not delete, payment has been approved.
     219inventoryItemPurchase.operation.not.permitted.on.inactive.or.obsolete.item=This operation is not permitted on an inactive or obsolete inventory item.
    216220
    217221assignedGroup.task.not.found=Please select a task and then ''Add Assigned Group''.
Note: See TracChangeset for help on using the changeset viewer.