Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0032112 | Retail Modules | Web POS | public | 2016-02-03 19:38 | 2016-02-18 13:43 |
|
Reporter | Orekaria | |
Assigned To | Orekaria | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR16Q2 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0032112: orderDate is not filled with an ISO formatted date |
Description | orderDate is not filled with an ISO formatted date |
Steps To Reproduce | In the order.js file,
Verify that, in the reactivateQuotation method, there is a
- this.set('orderDate', new Date());
|
Proposed Solution | change it to:
- this.set('orderDate', OB.I18N.normalizeDate(new Date())); |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-02-03 19:38 | Orekaria | New Issue | |
2016-02-03 19:38 | Orekaria | Assigned To | => Retail |
2016-02-03 19:38 | Orekaria | OBNetwork customer | => No |
2016-02-03 19:38 | Orekaria | Triggers an Emergency Pack | => No |
2016-02-03 19:38 | Orekaria | Status | new => acknowledged |
2016-02-05 07:13 | hgbot | Checkin | |
2016-02-05 07:13 | hgbot | Note Added: 0083936 | |
2016-02-05 07:13 | hgbot | Status | acknowledged => resolved |
2016-02-05 07:13 | hgbot | Resolution | open => fixed |
2016-02-05 07:13 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/701128f4f9fe954200911026a0854c444a5f3489 [^] |
2016-02-05 07:15 | hgbot | Checkin | |
2016-02-05 07:15 | hgbot | Note Added: 0083937 | |
2016-02-18 12:55 | marvintm | Assigned To | Retail => Orekaria |
2016-02-18 13:43 | marvintm | Review Assigned To | => marvintm |
2016-02-18 13:43 | marvintm | Status | resolved => closed |
2016-02-18 13:43 | marvintm | Fixed in Version | => RR16Q2 |