svn commit: r1749102 - /ofbiz/trunk/applications/order/template/reports/PurchasesByOrganizationReport.fo.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1749102 - /ofbiz/trunk/applications/order/template/reports/PurchasesByOrganizationReport.fo.ftl

diveshdutta
Author: diveshdutta
Date: Sat Jun 18 22:40:25 2016
New Revision: 1749102

URL: http://svn.apache.org/viewvc?rev=1749102&view=rev
Log:
[OFBIZ-7389] Changed the variable name in fo.ftl file according to my recent changes in 1749101. No functional changes.

Modified:
    ofbiz/trunk/applications/order/template/reports/PurchasesByOrganizationReport.fo.ftl

Modified: ofbiz/trunk/applications/order/template/reports/PurchasesByOrganizationReport.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/template/reports/PurchasesByOrganizationReport.fo.ftl?rev=1749102&r1=1749101&r2=1749102&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/template/reports/PurchasesByOrganizationReport.fo.ftl (original)
+++ ofbiz/trunk/applications/order/template/reports/PurchasesByOrganizationReport.fo.ftl Sat Jun 18 22:40:25 2016
@@ -41,8 +41,8 @@ under the License.
             <#if !showToParty><fo:block font-size="10pt">${uiLabelMap.CommonFor}: ${Static["org.ofbiz.party.party.PartyHelper"].getPartyName(delegator, toPartyId, false)}</fo:block></#if>
             <#if !showFromParty><fo:block font-size="10pt">${uiLabelMap.CommonFrom}: ${Static["org.ofbiz.party.party.PartyHelper"].getPartyName(delegator, fromPartyId, false)}</fo:block></#if>
             <fo:block font-size="10pt">${uiLabelMap.FormFieldTitle_orderStatusId}:
-                <#if parameters.orderStatusId?has_content>
-                  <#list parameters.orderStatusId as orderStatusId>
+                <#if parameters.orderStatusIds?has_content>
+                  <#list parameters.orderStatusIds as orderStatusId>
                     <#assign statusItem = delegator.findOne("StatusItem", {"statusId" : orderStatusId}, false)!/>
                     ${statusItem.description}
                   </#list>