Author: jacopoc
Date: Thu Apr 3 06:58:15 2008
New Revision: 644318
URL:
http://svn.apache.org/viewvc?rev=644318&view=revLog:
Fixed NPE reported by Giorgio Tomaselli happening when a purchase order has no terms.
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportContactMechs.fo.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportContactMechs.fo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportContactMechs.fo.ftl?rev=644318&r1=644317&r2=644318&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportContactMechs.fo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportContactMechs.fo.ftl Thu Apr 3 06:58:15 2008
@@ -124,7 +124,7 @@
</fo:table-row>
</#if>
<#-- order terms information -->
- <#if orderTerms?has_content>
+ <#if orderTerms?exists?has_content>
<fo:table-row>
<fo:table-cell><fo:block font-weight="bold">${uiLabelMap.OrderOrderTerms}: </fo:block></fo:table-cell>
<fo:table-cell white-space-collapse="false"><#list orderTerms as orderTerm><fo:block>${orderTerm.getRelatedOne("TermType").get("description",locale)} ${orderTerm.termValue?default("")} ${orderTerm.termDays?default("")} ${orderTerm.textValue?default("")}