Ignore:
Timestamp:
Nov 2, 2009, 1:17:03 PM (14 years ago)
Author:
gav
Message:

Inventory movement quantity adjustments now done in a service.
InventoryMovementType now has an incrementsInventory flag, so not dependant on the text name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/inventoryMovementDetailed/show.gsp

    r175 r177  
    1515            <div class="message">${flash.message}</div>
    1616            </g:if>
     17            <g:hasErrors bean="${inventoryMovementInstance}">
     18            <div class="errors">
     19                <g:renderErrors bean="${inventoryMovementInstance}" as="list" />
     20            </div>
     21            </g:hasErrors>
    1722            <div class="dialog">
    1823                <table>
Note: See TracChangeset for help on using the changeset viewer.