details:   http://code.openbravo.com/erp/devel/pi/rev/ddfaf8aa90b8
changeset: 3383:ddfaf8aa90b8
user:      Stefan Hühner <stefan.huehner <at> openbravo.com>
date:      Thu Mar 12 15:58:57 2009 +0100
summary:   Fixed 6406: Fix type in previous change (issue 7800)
To apply formatting to qtyRelation-type column

diffstat:

 src/org/openbravo/erpCommon/utility/DataGrid.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r df81869c5633 -r ddfaf8aa90b8 
src/org/openbravo/erpCommon/utility/DataGrid.java
--- a/src/org/openbravo/erpCommon/utility/DataGrid.java Thu Mar 12 12:37:31 
2009 +0100
+++ b/src/org/openbravo/erpCommon/utility/DataGrid.java Thu Mar 12 15:58:57 
2009 +0100
@@ -251,7 +251,7 @@
       numberFormatDecimal = new DecimalFormat(format, dfs);
     }
     // values used for formatting Quantities (read from Format.xml file)
-    format = vars.getSessionValue("#FormatOutput|qytRelation");
+    format = vars.getSessionValue("#FormatOutput|qtyRelation");
     decimal = vars.getSessionValue("#DecimalSeparator|qtyRelation");
     group = vars.getSessionValue("#GroupSeparator|qtyRelation");
     DecimalFormat numberFormatQuantity = null;

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to