Author: pranayp
Date: Wed Jun  1 13:32:24 2016
New Revision: 1746460

URL: http://svn.apache.org/viewvc?rev=1746460&view=rev
Log:
[OFBIZ-7146] Applied patch from the ticket to fix error in rendering Quote PDF 
which is not having terms associated to it.

Thanks Amardeep Singh Jhajj for reporting the issue and providing patch.

Modified:
    ofbiz/trunk/applications/order/template/quote/QuoteReportContactMechs.fo.ftl

Modified: 
ofbiz/trunk/applications/order/template/quote/QuoteReportContactMechs.fo.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/template/quote/QuoteReportContactMechs.fo.ftl?rev=1746460&r1=1746459&r2=1746460&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/order/template/quote/QuoteReportContactMechs.fo.ftl 
(original)
+++ 
ofbiz/trunk/applications/order/template/quote/QuoteReportContactMechs.fo.ftl 
Wed Jun  1 13:32:24 2016
@@ -74,9 +74,9 @@ under the License.
                     
<fo:table-cell><fo:block>${(quote.validThruDate.toString())!}</fo:block></fo:table-cell>
                 </fo:table-row>
                 <fo:table-row>
+                    
<fo:table-cell><fo:block>${uiLabelMap.CommonQuoteTerms}:</fo:block></fo:table-cell>
                     <#assign quoteLevelTerms = 
Static["org.ofbiz.entity.util.EntityUtil"].filterByAnd(quoteTerms, 
{"quoteItemSeqId": "_NA_"})!>
                     <#if quoteLevelTerms?has_content && quoteLevelTerms.size() 
gt 0>
-                        
<fo:table-cell><fo:block>${uiLabelMap.CommonQuoteTerms}:</fo:block></fo:table-cell>
                         <fo:table-cell>
                             <#list quoteLevelTerms as quoteLevelTerm>
                                 <fo:block>


Reply via email to