Author: ashish
Date: Thu Jun 23 06:59:22 2016
New Revision: 1749850
URL:
http://svn.apache.org/viewvc?rev=1749850&view=revLog:
Applied patch from jira issue - OFBIZ-7330 - Error with Agreement Item Supplier product Pdf.
Thanks Ravi for the contribution.
Modified:
ofbiz/trunk/framework/widget/templates/FoFormMacroLibrary.ftl
Modified: ofbiz/trunk/framework/widget/templates/FoFormMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/FoFormMacroLibrary.ftl?rev=1749850&r1=1749849&r2=1749850&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/templates/FoFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/FoFormMacroLibrary.ftl Thu Jun 23 06:59:22 2016
@@ -84,7 +84,7 @@ under the License.
<#macro renderMultiFormClose></#macro>
<#macro renderFormatListWrapperOpen formName style columnStyles><fo:table table-layout="fixed" border="solid black" <@getFoStyle style/>><#list columnStyles as columnStyle><fo:table-column<#if columnStyle?has_content> <@getFoStyle columnStyle/></#if>/></#list></#macro>
-<#macro renderFormatListWrapperClose formName></fo:table-body></fo:table></#macro>
+<#macro renderFormatListWrapperClose formName><fo:table-row><fo:table-cell><fo:block/></fo:table-cell></fo:table-row></fo:table-body></fo:table></#macro>
<#macro renderFormatHeaderOpen><fo:table-header></#macro>
<#macro renderFormatHeaderClose></fo:table-header><fo:table-body></#macro>