[OFBiz] SVN: r6760 - trunk/applications/product/webapp/facility/shipment
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Fri Feb 17 10:19:06 CST 2006
Author: jacopo
Date: 2006-02-17 10:19:00 -0600 (Fri, 17 Feb 2006)
New Revision: 6760
Modified:
trunk/applications/product/webapp/facility/shipment/ViewShipmentInfo.ftl
Log:
Fixed NPE when primaryOrderId is not set.
Modified: trunk/applications/product/webapp/facility/shipment/ViewShipmentInfo.ftl
===================================================================
--- trunk/applications/product/webapp/facility/shipment/ViewShipmentInfo.ftl 2006-02-17 03:23:00 UTC (rev 6759)
+++ trunk/applications/product/webapp/facility/shipment/ViewShipmentInfo.ftl 2006-02-17 16:19:00 UTC (rev 6760)
@@ -45,7 +45,7 @@
<tr>
<td width="20%" align="right"><span class="tableheadtext">${uiLabelMap.ProductPrimaryOrderId}</span></td>
<td><span class="tabletext"> </span></td>
- <td width="80%" align="left"><span class="tabletext"><a href="/ordermgr/control/orderview?orderId=${shipment.primaryOrderId}">${shipment.primaryOrderId?if_exists}</a></span></td>
+ <td width="80%" align="left"><span class="tabletext"><#if shipment.primaryOrderId?exists><a href="/ordermgr/control/orderview?orderId=${shipment.primaryOrderId}">${shipment.primaryOrderId}</a></#if></span></td>
</tr>
<tr>
<td width="20%" align="right"><span class="tableheadtext">Primary Ship Group Seq ID</span></td>
More information about the Svn
mailing list