Openbravo Issue Tracking System - Retail Modules | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0038762 | Retail Modules | Web POS | public | 2018-06-14 17:57 | 2018-10-22 09:09 | |||||||
Reporter | adrianromero | |||||||||||
Assigned To | adrianromero | |||||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | RR19Q1 | ||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | marvintm | |||||||||||
OBNetwork customer | ||||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0038762: OB.DEC functions does not take the scale from the arguments | |||||||||||
Description | In OB.DEC functions the scale to perform calculations is done this way: var localscale = arg_scale || scale; In the case of arg_scale === 0 expression takes the value of scale that it is wrong. localscale must be calculated this way: var localscale = _.isNumber(arg_scale) ? arg_scale : scale; | |||||||||||
Steps To Reproduce | N/A | |||||||||||
Proposed Solution | See export file attached | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | issue3872.export (1,648) 2018-06-14 18:01 https://issues.openbravo.com/file_download.php?file_id=11861&type=bug | |||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2018-06-14 17:57 | adrianromero | New Issue | ||||||||||
2018-06-14 17:57 | adrianromero | Assigned To | => adrianromero | |||||||||
2018-06-14 17:57 | adrianromero | Triggers an Emergency Pack | => No | |||||||||
2018-06-14 17:58 | adrianromero | Relationship added | related to 0038743 | |||||||||
2018-06-14 18:01 | adrianromero | File Added: issue3872.export | ||||||||||
2018-10-15 10:29 | hgbot | Checkin | ||||||||||
2018-10-15 10:29 | hgbot | Note Added: 0107283 | ||||||||||
2018-10-15 10:29 | hgbot | Status | new => resolved | |||||||||
2018-10-15 10:29 | hgbot | Resolution | open => fixed | |||||||||
2018-10-15 10:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/f7ca9978f80f03bb41943753a62393f9f5d3eac9 [^] | |||||||||
2018-10-22 09:09 | marvintm | Review Assigned To | => marvintm | |||||||||
2018-10-22 09:09 | marvintm | Status | resolved => closed | |||||||||
2018-10-22 09:09 | marvintm | Fixed in Version | => RR19Q1 |
Notes | |||||
|
|||||
|
|