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-plugins.git
The following commit(s) were added to refs/heads/trunk by this push: new 0da1f22 Improved: no functional change simple formatting 0da1f22 is described below commit 0da1f22334ff35c4e1008f0e35690fb5dd3f8f34 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Mon Feb 28 18:27:30 2022 +0100 Improved: no functional change simple formatting --- assetmaint/template/PrintFixedAssetMaint.fo.ftl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assetmaint/template/PrintFixedAssetMaint.fo.ftl b/assetmaint/template/PrintFixedAssetMaint.fo.ftl index a2cb9f7..79b625a 100644 --- a/assetmaint/template/PrintFixedAssetMaint.fo.ftl +++ b/assetmaint/template/PrintFixedAssetMaint.fo.ftl @@ -222,8 +222,7 @@ under the License. <#list notes as note> <fo:table-row> <fo:table-cell> - <fo:block>Author : ${Static[ - "org.apache.ofbiz.party.party.PartyHelper"].getPartyName(delegator, note.noteParty, true)}</fo:block> + <fo:block>Author : ${Static["org.apache.ofbiz.party.party.PartyHelper"].getPartyName(delegator, note.noteParty, true)}</fo:block> <fo:block>Date : ${note.noteDateTime?string.short}</fo:block> <#escape x as x?html> <fo:block>${note.noteInfo!}</fo:block>