Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0039388 | Retail Modules | Web POS | public | 2018-10-02 12:53 | 2019-02-06 14:42 |
|
Reporter | airaceburu | |
Assigned To | rqueralta | |
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | pi | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | jorge-garcia |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0039388: Digital Coupons does not work in Pay Open Tickets |
Description | Digital coupons popup is not shown during payment selection in payOpenTickets |
Steps To Reproduce | Go to pay open tickets and try to pay with digital coupons |
Proposed Solution | patch attached |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | feature request | 0035242 | | closed | Retail | PayOpenTicketsSelectPayment Hook |
|
Attached Files | payOpenTicketsSelectPaymentHook.diff (878) 2018-10-02 12:53 https://issues.openbravo.com/file_download.php?file_id=12219&type=bug digitalCouponsPayOpenTickets.diff (4,242) 2018-10-02 13:01 https://issues.openbravo.com/file_download.php?file_id=12220&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2018-10-02 12:53 | airaceburu | New Issue | |
2018-10-02 12:53 | airaceburu | Assigned To | => Retail |
2018-10-02 12:53 | airaceburu | File Added: payOpenTicketsSelectPaymentHook.diff | |
2018-10-02 12:53 | airaceburu | Triggers an Emergency Pack | => No |
2018-10-02 13:01 | airaceburu | File Added: digitalCouponsPayOpenTickets.diff | |
2018-10-02 13:05 | airaceburu | Note Added: 0107116 | |
2018-10-03 14:57 | rqueralta | Assigned To | Retail => rqueralta |
2018-10-03 14:57 | rqueralta | Status | new => scheduled |
2018-10-22 13:49 | jorge-garcia | Relationship added | has duplicate 0035242 |
2018-11-14 11:07 | jorge-garcia | Review Assigned To | => jorge-garcia |
2018-11-14 11:07 | jorge-garcia | Status | scheduled => closed |
2018-11-14 11:07 | jorge-garcia | Resolution | open => duplicate |
2018-11-21 09:45 | jorge-garcia | Note Added: 0108027 | |
2018-11-21 09:45 | jorge-garcia | Status | closed => new |
2018-11-21 09:45 | jorge-garcia | Resolution | duplicate => open |
2019-01-09 04:18 | hgbot | Checkin | |
2019-01-09 04:18 | hgbot | Note Added: 0108863 | |
2019-01-09 04:40 | rqueralta | Status | new => scheduled |
2019-01-09 04:40 | rqueralta | Status | scheduled => resolved |
2019-01-09 04:40 | rqueralta | Resolution | open => fixed |
2019-02-04 16:03 | jorge-garcia | Note Added: 0109534 | |
2019-02-04 16:03 | jorge-garcia | Status | resolved => new |
2019-02-04 16:03 | jorge-garcia | Resolution | fixed => open |
2019-02-04 16:06 | jorge-garcia | Note Edited: 0109534 | bug_revision_view_page.php?bugnote_id=0109534#r18267 |
2019-02-06 14:42 | hgbot | Checkin | |
2019-02-06 14:42 | hgbot | Note Added: 0109637 | |
Notes |
|
|
|
|
(0108027)
|
jorge-garcia
|
2018-11-21 09:45
|
|
|
|
(0108863)
|
hgbot
|
2019-01-09 04:18
|
|
|
|
(0109534)
|
jorge-garcia
|
2019-02-04 16:03
(edited on: 2019-02-04 16:06) |
|
The solution is not correct.
If you try to pay one or more orders at the same time using "Pay Open Tickets" option and then the user selects Digital Coupons as payment method, a huge javascript error is shown:
Uncaught TypeError: args.order.set is not a function
at ee918b43b2bf992d26a58db00c16bd2d.js:formatted:85345
at G.d.callbackExecutor (ee918b43b2bf992d26a58db00c16bd2d.js:formatted:11745)
at G.d.executeHooks (ee918b43b2bf992d26a58db00c16bd2d.js:formatted:11739)
at G.d.OB.UTIL.HookManager.executeHooks (ee918b43b2bf992d26a58db00c16bd2d.js:formatted:113482)
at Object.<anonymous> (ee918b43b2bf992d26a58db00c16bd2d.js:formatted:42898)
at G.d.trigger (VM62 backbone-0.9.2.min.js:9)
at G.d.change (VM62 backbone-0.9.2.min.js:15)
at G.d.set (VM62 backbone-0.9.2.min.js:12)
at Object.buttonStatusChanged (ee918b43b2bf992d26a58db00c16bd2d.js:formatted:59138)
at Object.dispatch (VM55 enyo.js:628)
|
|
|
(0109637)
|
hgbot
|
2019-02-06 14:42
|
|
|