Author: ashish
Date: Thu Jun  9 09:14:13 2016
New Revision: 1747516

URL: http://svn.apache.org/viewvc?rev=1747516&view=rev
Log:
Applied patch from jira issue - OFBIZ-7203 - Empty Requirement Id and Product 
Id fields when generating pdf for Approved Product Requirements. Thanks Ravi 
for the contribution. Thanks for your extensive research and providing the 
details in the task, your notes are very helpful.

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=1747516&r1=1747515&r2=1747516&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/FoFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/FoFormMacroLibrary.ftl Thu Jun  9 
09:14:13 2016
@@ -145,7 +145,7 @@ under the License.
 <#macro formatBoundaryComment boundaryType widgetType widgetName></#macro>
 <#macro makeHiddenFormLinkForm actionUrl name parameters targetWindow></#macro>
 <#macro makeHiddenFormLinkAnchor linkStyle hiddenFormName event action imgSrc 
description><@renderField description /></#macro>
-<#macro makeHyperlinkString linkStyle hiddenFormName event action imgSrc title 
targetParameters alternate linkUrl targetWindow description confirmation 
uniqueItemName="" height="" width="" id=""><fo:block/><!--link--></#macro>
+<#macro makeHyperlinkString linkStyle hiddenFormName event action imgSrc title 
targetParameters alternate linkUrl targetWindow description confirmation 
uniqueItemName="" height="" width="" id=""><@makeBlock linkStyle description 
/></#macro>
 <#macro renderTooltip tooltip tooltipStyle></#macro>
 <#macro renderAsterisks requiredField requiredStyle></#macro>
 </#escape>


Reply via email to