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

Trim inventory purchase order number.
Allow editing of any purchase's flags.
Display description, location and suppliers part number when receiving.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/inventoryItemPurchaseDetailed/receive.gsp

    r595 r600  
    3737                                        ${inventoryItemPurchaseInstance.inventoryItem.encodeAsHTML()}
    3838                                    </g:link>
     39                                    <br />
     40                                    Description: ${inventoryItemPurchaseInstance.inventoryItem.description.encodeAsHTML()}
     41                                    <br />
     42                                    Location: ${inventoryItemPurchaseInstance.inventoryItem.inventoryLocation.encodeAsHTML()}
     43                                    <br />
     44                                    Suppliers Part Number: ${inventoryItemPurchaseInstance.inventoryItem.suppliersPartNumber.encodeAsHTML()}
    3945                                </td>
    4046                            </tr>
Note: See TracChangeset for help on using the changeset viewer.