details:   https://code.openbravo.com/erp/devel/pi/rev/7b90716e2170
changeset: 19420:7b90716e2170
user:      Shankar Balachandran <shankar.balachandran <at> openbravo.com>
date:      Thu Jan 24 11:44:21 2013 +0530
summary:   Related to Issue 22750 : Back out changes

Backout all changes done related to this issue.

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e63fe66b6000 -r 7b90716e2170 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
      Thu Jan 24 07:07:18 2013 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
      Thu Jan 24 11:44:21 2013 +0530
@@ -590,7 +590,7 @@
     }
     if (!isc.isA.String(value)) {
       // on purpose no grouping symbol
-      return OB.Utilities.Number.JSToOBMasked(value, 
OB.Format.defaultNumericMask, OB.Format.defaultDecimalSymbol, null, 
OB.Format.defaultGroupingSize);
+      return OB.Utilities.Number.JSToOBMasked(value, type.maskNumeric, 
type.decSeparator, null, type.groupInterval);
     }
     return value;
   },

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to