You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2015/04/11 14:29:28 UTC

svn commit: r1672869 - /ofbiz/branches/release13.07/applications/order/webapp/ordermgr/quote/quoteReportBody.fo.ftl

Author: deepak
Date: Sat Apr 11 12:29:28 2015
New Revision: 1672869

URL: http://svn.apache.org/r1672869
Log:
OFBIZ-6077: Added missing if condition in quote report fo ftl.

Modified:
    ofbiz/branches/release13.07/applications/order/webapp/ordermgr/quote/quoteReportBody.fo.ftl

Modified: ofbiz/branches/release13.07/applications/order/webapp/ordermgr/quote/quoteReportBody.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/order/webapp/ordermgr/quote/quoteReportBody.fo.ftl?rev=1672869&r1=1672868&r2=1672869&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/order/webapp/ordermgr/quote/quoteReportBody.fo.ftl (original)
+++ ofbiz/branches/release13.07/applications/order/webapp/ordermgr/quote/quoteReportBody.fo.ftl Sat Apr 11 12:29:28 2015
@@ -40,6 +40,7 @@ under the License.
                 <fo:table-body>
                     <#assign rowColor = "white">
                     <#assign totalQuoteAmount = 0.0>
+                    <#if quoteItems?has_content>
                     <#list quoteItems as quoteItem>
                         <#if quoteItem.productId?exists>
                             <#assign product = quoteItem.getRelatedOne("Product", false)>