Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045384Retail ModulesWeb POSpublic2020-11-05 13:392020-11-06 08:05
prakashmurugesan88 
prakashmurugesan88 
normalmajorhave not tried
closedfixed 
5
 
RR21Q1 
No
0045384: In "Line Delivery Mode" popup getting closed when error message is shown
In "Line Delivery Mode" popup when delivery date is left empty, it shows error message.
But the popup is getting closed.
https://drive.google.com/file/d/1Ci3CU8V8gSGzmTO_c0iGyIlBtvDbCybL/view [^]
No tags attached.
Issue History
2020-11-05 13:39prakashmurugesan88New Issue
2020-11-05 13:39prakashmurugesan88Assigned To => prakashmurugesan88
2020-11-05 13:39prakashmurugesan88Triggers an Emergency Pack => No
2020-11-05 13:39prakashmurugesan88Statusnew => scheduled
2020-11-06 05:51hgbotNote Added: 0124194
2020-11-06 08:05hgbotResolutionopen => fixed
2020-11-06 08:05hgbotStatusscheduled => closed
2020-11-06 08:05hgbotNote Added: 0124204
2020-11-06 08:05hgbotFixed in Version => RR21Q1
2020-11-06 08:05hgbotNote Added: 0124205

Notes
(0124194)
hgbot   
2020-11-06 05:51   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/155 [^]
(0124204)
hgbot   
2020-11-06 08:05   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/155 [^]
(0124205)
hgbot   
2020-11-06 08:05   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 504b1178b03e4a22b7cc72c8a98083781bc99479
Author: Prakash M <prakash@qualiantech.com>
Date: 2020-11-06T07:04:52+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/504b1178b03e4a22b7cc72c8a98083781bc99479 [^]

Fixed BUG-45384: Fixes Delivery Mode popup getting close when error message appears
* Issue caused as applyChanges function always returns true as it is async function
* Instead of invoking hide popup based on return value it is invoked by calling a callback function

---
M web/org.openbravo.retail.posterminal/js/receiptMultiLineEdit.js
---