Author: deepak
Date: Sat May 21 11:10:21 2016
New Revision: 1744902

URL: http://svn.apache.org/viewvc?rev=1744902&view=rev
Log:
(OFBIZ-7090) Applied patch from jira issue
=======================================================
Return Pdf is throwing exception
=======================================================

Thanks Nameet Jain for reporting the issue and Renuka for providing the patch.

Modified:
    ofbiz/trunk/applications/order/template/return/ReturnReportBody.fo.ftl
    
ofbiz/trunk/applications/order/template/return/ReturnReportContactMechs.fo.ftl

Modified: ofbiz/trunk/applications/order/template/return/ReturnReportBody.fo.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/template/return/ReturnReportBody.fo.ftl?rev=1744902&r1=1744901&r2=1744902&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/template/return/ReturnReportBody.fo.ftl 
(original)
+++ ofbiz/trunk/applications/order/template/return/ReturnReportBody.fo.ftl Sat 
May 21 11:10:21 2016
@@ -108,11 +108,11 @@ under the License.
           <fo:table-column column-width="0.875in"/>
           <fo:table-body>
             <fo:table-row>
-              <fo:table-cell/>
-              <fo:table-cell/>
-              <fo:table-cell/>
-              <fo:table-cell/>
-              <fo:table-cell/>
+              <fo:table-cell><fo:block/></fo:table-cell>
+              <fo:table-cell><fo:block/></fo:table-cell>
+              <fo:table-cell><fo:block/></fo:table-cell>
+              <fo:table-cell><fo:block/></fo:table-cell>
+              <fo:table-cell><fo:block/></fo:table-cell>
               <fo:table-cell padding="1mm" border-style="solid" 
border-width="0.2pt">
                 <fo:block font-weight="bold" 
text-align="center">${uiLabelMap.CommonTotal}</fo:block>
               </fo:table-cell>

Modified: 
ofbiz/trunk/applications/order/template/return/ReturnReportContactMechs.fo.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/template/return/ReturnReportContactMechs.fo.ftl?rev=1744902&r1=1744901&r2=1744902&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/order/template/return/ReturnReportContactMechs.fo.ftl 
(original)
+++ 
ofbiz/trunk/applications/order/template/return/ReturnReportContactMechs.fo.ftl 
Sat May 21 11:10:21 2016
@@ -46,7 +46,7 @@ ${postalAddressFrom.city}<#if (postalAdd
             </fo:table>
             </fo:table-cell>
 
-            <fo:table-cell/>
+            <fo:table-cell><fo:block/></fo:table-cell>
 
             <fo:table-cell>
             <fo:table table-layout="fixed" border-style="solid" 
border-width="0.2pt" height="1in">


Reply via email to