Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014450 | Openbravo ERP | A. Platform | public | 2010-09-06 18:42 | 2010-09-15 00:00 |
|
Reporter | mirurita | |
Assigned To | dbaz | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 2.50MP22 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0014450: formattedNumberOp function in Utils.js doesn't work with negative amounts |
Description | formattedNumberOp function in Utils.js does not work with negative amounts.
|
Steps To Reproduce | Try to call with:
formattedNumberOp('12', '-', '-10', ...) |
Proposed Solution | use parethesis
result = eval('('+number1+')' + operator + '('+number2+')'); |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-09-06 18:42 | mirurita | New Issue | |
2010-09-06 18:42 | mirurita | Assigned To | => dbaz |
2010-09-06 18:42 | mirurita | OBNetwork customer | => No |
2010-09-06 18:44 | hgbot | Checkin | |
2010-09-06 18:44 | hgbot | Note Added: 0030661 | |
2010-09-06 18:44 | hgbot | Status | new => resolved |
2010-09-06 18:44 | hgbot | Resolution | open => fixed |
2010-09-06 18:44 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/91649d295b9ae3b7e02bdeebde61e56fce7d9dc1 [^] |
2010-09-07 09:18 | hudsonbot | Checkin | |
2010-09-07 09:18 | hudsonbot | Note Added: 0030723 | |
2010-09-14 19:17 | mirurita | Note Added: 0031065 | |
2010-09-14 19:17 | mirurita | Status | resolved => closed |
2010-09-15 00:00 | anonymous | sf_bug_id | 0 => 3066290 |