[OFBiz] SVN: r7901 - trunk/applications/product/webapp/facility/inventory
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Thu Jun 29 00:45:36 CDT 2006
Author: jacopo
Date: 2006-06-29 00:45:26 -0500 (Thu, 29 Jun 2006)
New Revision: 7901
Modified:
trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl
Log:
If we are receiving a shipment, the shipment id is also shown under the purchase order id.
Modified: trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl
===================================================================
--- trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl 2006-06-29 05:03:20 UTC (rev 7900)
+++ trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl 2006-06-29 05:45:26 UTC (rev 7901)
@@ -315,6 +315,9 @@
<tr>
<td>
<div class="head3">${uiLabelMap.ProductReceivePurchaseOrder} #${purchaseOrder.orderId}</div>
+ <#if shipment?has_content>
+ <div class="head3">${uiLabelMap.ProductShipmentId} #${shipment.shipmentId}</div>
+ </#if>
</td>
<td align="right">
<span class="tableheadtext">${uiLabelMap.CommonSelectAll}</span>
More information about the Svn
mailing list