[
https://issues.apache.org/jira/browse/OFBIZ-6212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14942282#comment-14942282 ]
Deepak Dixit commented on OFBIZ-6212:
-------------------------------------
IMO no need to create sub-task for accounting broken reports, This should be fixed in Trunk at r#1706577 and 14.12 at r#1706577
It was broken due to empty description string, if description is empty then makeHyperlinkString does not call the makeHyperlinkString macro to render the hyper link and due to this fo:table-cell is render without fo:block and its not a valid syntax of fo:table-cell. Updated the condition and used != null check to allow empty description string.
We can use <fo:basic-link > tag to create link FOP, will open new ticket for this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)