Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0037567 | Retail Modules | Web POS | public | 2017-12-29 11:18 | 2018-02-05 13:40 |
Reporter | guillermogil | ||||
Assigned To | ranjith_qualiantech_com | ||||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | RR18Q2 | |||
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 | 0037567: OBPOS_preAddPayment Hook is not using callback function | ||||
Description | OBPOS_preAddPayment Hook is not using callback function. it is using callback instead of args.callback | ||||
Steps To Reproduce | Add the following code: OB.UTIL.HookManager.registerHook('OBPOS_preAddPayment', function (args, c) { args.callback = function () { alert('Callback Working'); }; OB.UTIL.HookManager.callbackExecutor(args, c); }); Add a payment. Alert should rise | ||||
Proposed Solution | See attached diff | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=11402&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2017-12-29 11:18 | guillermogil | New Issue | |||
2017-12-29 11:18 | guillermogil | Assigned To | => Retail | ||
2017-12-29 11:18 | guillermogil | File Added: issue.diff | |||
2017-12-29 11:18 | guillermogil | OBNetwork customer | => No | ||
2017-12-29 11:18 | guillermogil | Triggers an Emergency Pack | => No | ||
2017-12-29 11:33 | guillermogil | File Deleted: issue.diff | |||
2017-12-29 11:33 | guillermogil | File Added: issue.diff | |||
2018-01-02 11:04 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com | ||
2018-01-05 12:49 | ranjith_qualiantech_com | Status | new => scheduled | ||
2018-01-05 12:49 | hgbot | Checkin | |||
2018-01-05 12:49 | hgbot | Note Added: 0101591 | |||
2018-01-05 12:49 | hgbot | Status | scheduled => resolved | ||
2018-01-05 12:49 | hgbot | Resolution | open => fixed | ||
2018-01-05 12:49 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3567ef3a07ee80da1e165bdfcbc5c98a8f11fb56 [^] | ||
2018-02-05 13:40 | marvintm | Review Assigned To | => marvintm | ||
2018-02-05 13:40 | marvintm | Status | resolved => closed | ||
2018-02-05 13:40 | marvintm | Fixed in Version | => RR18Q2 |
Notes | |||||
|
|||||
|
|