This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7e868122c9 Fixed: Getting error while generating 
ApprovedProductRequirementsReport PDF (OFBIZ-11845)
7e868122c9 is described below

commit 7e868122c90be5e0035a73adc4552e1d62ce0379
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu Dec 12 17:31:42 2024 +0100

    Fixed: Getting error while generating ApprovedProductRequirementsReport PDF 
(OFBIZ-11845)
    
    Reference URI:
    ordermgr/control/ApprovedProductRequirementsReport
    
    Thanks: Chandan Khandelwal
    
    jleroux: I tested, reviewed and I think it's good. But as Chandan was not 
quite
    sure about possible regressions I prefer to not backport. We will have 
years to
    test before it's released...
---
 themes/common-theme/template/macro/FoFormMacroLibrary.ftl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/common-theme/template/macro/FoFormMacroLibrary.ftl 
b/themes/common-theme/template/macro/FoFormMacroLibrary.ftl
index 15cc3c43f2..ea2847e4a4 100644
--- a/themes/common-theme/template/macro/FoFormMacroLibrary.ftl
+++ b/themes/common-theme/template/macro/FoFormMacroLibrary.ftl
@@ -82,7 +82,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-row><fo:table-cell><fo:block/></fo:table-cell></fo:table-row></fo:table-body></fo:table></#macro>
+<#macro renderFormatListWrapperClose 
formName><fo:table-body><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>

Reply via email to