You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2007/07/02 10:11:06 UTC

svn commit: r552426 - /ofbiz/branches/release4.0/applications/order/webapp/ordermgr/order/orderReportHeaderInfo.fo.ftl

Author: jleroux
Date: Mon Jul  2 01:11:06 2007
New Revision: 552426

URL: http://svn.apache.org/viewvc?view=rev&rev=552426
Log:
Applied fix from trunk for revision: 552424

Modified:
    ofbiz/branches/release4.0/applications/order/webapp/ordermgr/order/orderReportHeaderInfo.fo.ftl

Modified: ofbiz/branches/release4.0/applications/order/webapp/ordermgr/order/orderReportHeaderInfo.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/order/webapp/ordermgr/order/orderReportHeaderInfo.fo.ftl?view=diff&rev=552426&r1=552425&r2=552426
==============================================================================
--- ofbiz/branches/release4.0/applications/order/webapp/ordermgr/order/orderReportHeaderInfo.fo.ftl (original)
+++ ofbiz/branches/release4.0/applications/order/webapp/ordermgr/order/orderReportHeaderInfo.fo.ftl Mon Jul  2 01:11:06 2007
@@ -30,7 +30,7 @@
                     <fo:table-row>
                       <fo:table-cell><fo:block>${uiLabelMap.OrderDateOrdered}</fo:block></fo:table-cell>
                       <#assign dateFormat = Static["java.text.DateFormat"].LONG>
-                      <#assign orderDate = Static["java.text.DateFormat"].getDateInstance(dateFormat).format(orderHeader.get("orderDate"))>
+                    <#assign orderDate = Static["java.text.DateFormat"].getDateInstance(dateFormat,locale).format(orderHeader.get("orderDate"))>
                       <fo:table-cell><fo:block>${orderDate}</fo:block></fo:table-cell>
                     </fo:table-row>