Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0045911 | Retail Modules | Web POS | public | 2021-02-17 06:31 | 2021-02-19 13:46 |
Reporter | marvintm | ||||
Assigned To | ranjith_qualiantech_com | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | RR21Q2 | |||
Merge Request Status | approved | ||||
Review Assigned To | |||||
OBNetwork customer | No | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0045911: Opening an order from the backend fails in Safari | ||||
Description | Currently opening an order from the backend is failing in Safari (it works correctly in Chrome). It fails with an exception in the following code: function addPayments(ticket, payload) { const payments = ticket.payments.map(payment => { const newPayment = { ...payment, date: new Date(payment.paymentDate), paymentDate: new Date(payment.paymentDate).toISOString(), <--- The reason is that in Safari creating a date with the constructor fails if the format is not exactly what Safari expects. | ||||
Steps To Reproduce | Click on Open Receipt selector. Search. Select one order. Realise that the order is never opened, and an exception happens in the mentioned code. | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2021-02-17 06:31 | marvintm | New Issue | |||
2021-02-17 06:31 | marvintm | Assigned To | => Retail | ||
2021-02-17 06:31 | marvintm | OBNetwork customer | => No | ||
2021-02-17 06:31 | marvintm | Triggers an Emergency Pack | => No | ||
2021-02-17 06:33 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com | ||
2021-02-18 07:29 | ranjith_qualiantech_com | Status | new => scheduled | ||
2021-02-19 10:18 | hgbot | Merge Request Status | => open | ||
2021-02-19 10:18 | hgbot | Note Added: 0126201 | |||
2021-02-19 13:46 | hgbot | Merge Request Status | open => approved | ||
2021-02-19 13:46 | hgbot | Resolution | open => fixed | ||
2021-02-19 13:46 | hgbot | Status | scheduled => closed | ||
2021-02-19 13:46 | hgbot | Fixed in Version | => RR21Q2 | ||
2021-02-19 13:46 | hgbot | Note Added: 0126216 | |||
2021-02-19 13:46 | hgbot | Note Added: 0126217 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|