[ofbiz-framework] branch trunk updated: Print pick sheet has distorted currency symbol(OFBIZ-11781)

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

[ofbiz-framework] branch trunk updated: Print pick sheet has distorted currency symbol(OFBIZ-11781)

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

pawan 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 364978e  Print pick sheet has distorted currency symbol(OFBIZ-11781)
364978e is described below

commit 364978e0fdad9d44fd8071d2352e8dc42a590970
Author: Pawan Verma <[hidden email]>
AuthorDate: Sat Jul 11 09:55:32 2020 +0530

    Print pick sheet has distorted currency symbol(OFBIZ-11781)
---
 applications/product/template/facility/PrintPickSheets.fo.ftl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/applications/product/template/facility/PrintPickSheets.fo.ftl b/applications/product/template/facility/PrintPickSheets.fo.ftl
index b92a65e..174ef43 100644
--- a/applications/product/template/facility/PrintPickSheets.fo.ftl
+++ b/applications/product/template/facility/PrintPickSheets.fo.ftl
@@ -33,6 +33,7 @@ under the License.
                     <#include "component://order/template/order/CompanyHeader.fo.ftl"/>
                     <#assign orderId = order.orderId>
                     <#assign orderDate = order.orderDate>
+                    <#assign currencyUomId = order.currencyUom!>
                     <#list orderInfoList as orderInfo>
                         <#if orderInfo.get("${orderId}")??>
                             <#assign orderDetail = orderInfo.get("${orderId}")>