Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027393Retail ModulesWeb POSpublic2014-08-20 16:522014-10-04 18:51
jecharri 
marvintm 
urgentmajoralways
closedfixed 
5
pi 
 
szapata
No
0027393: Web POS throws an error if you insert ' as "Group separator" in window "Organization"
Web POS throws an error if you insert ' as "Group separator" in window "Organization"
-Configure ' as "Group separator" in window Organization
-Verify that you can not login because this crates an error in file
ob-terminal-model.js
line
eval(inResponse); //...we have an OB variable local to this function

The problem is that DefaultDecimalSeparator has value ''' instead of '\'

Insert \ character when the separator is '
No tags attached.
Issue History
2014-08-20 16:52jecharriNew Issue
2014-08-20 16:52jecharriAssigned To => marvintm
2014-08-20 16:52jecharriResolution time => 1411596000
2014-08-20 16:52jecharriTriggers an Emergency Pack => No
2014-10-03 11:31hgbotCheckin
2014-10-03 11:31hgbotNote Added: 0070683
2014-10-03 11:31hgbotStatusnew => resolved
2014-10-03 11:31hgbotResolutionopen => fixed
2014-10-03 11:31hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4b5faa350420ea5b1f1920ee47f867e51e46fb91 [^]
2014-10-04 18:51szapataReview Assigned To => szapata
2014-10-04 18:51szapataStatusresolved => closed

Notes
(0070683)
hgbot   
2014-10-03 11:31   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4b5faa350420ea5b1f1920ee47f867e51e46fb91
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Oct 03 11:30:58 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4b5faa350420ea5b1f1920ee47f867e51e46fb91 [^]

Fixed issue 0027393: Web POS throws an error if you insert ' as "Group separator" in window "Organization"

Escaping special characters we solve this problem.

---
M src/org/openbravo/retail/posterminal/locale/POSApplicationFormatComponent.java
---