Author: jacopoc
Date: Tue May 20 06:09:33 2008
New Revision: 658231
URL:
http://svn.apache.org/viewvc?rev=658231&view=revLog:
Fixed NPE reported by Giorgio Tomaselli
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItemInc.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItemInc.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItemInc.ftl?rev=658231&r1=658230&r2=658231&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItemInc.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItemInc.ftl Tue May 20 06:09:33 2008
@@ -109,7 +109,7 @@
${orderItem.productId}
<input type="hidden" name="productId_o_${rowCount}" value="${orderItem.productId}">
</#if>
- ${orderItem.itemDescription}
+ ${orderItem.itemDescription?if_exists}
</div>
</td>
<td align='center'>