Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0038762 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | have not tried | 2018-06-14 17:57 | 2018-10-22 09:09 | |||
Reporter | adrianromero | View Status | public | |||||
Assigned To | adrianromero | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR19Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | f7ca9978f80f | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | marvintm | |||||||
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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | issue3872.export [^] (1,648 bytes) 2018-06-14 18:01 | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0107283) hgbot (developer) 2018-10-15 10:29 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: f7ca9978f80f03bb41943753a62393f9f5d3eac9 Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Thu Jun 14 17:58:44 2018 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/f7ca9978f80f03bb41943753a62393f9f5d3eac9 [^] Fixes issue 38762: OB.DEC functions does not take the scale from the arguments --- M web/org.openbravo.mobile.core/source/utils/ob-arithmetic.js --- |
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 |
Copyright © 2000 - 2009 MantisBT Group |