Openbravo Issue Tracking System - Retail Modules
View Issue Details
0051555Retail ModulesWeb POSpublic2023-02-09 12:132023-02-13 13:48
ranjith_qualiantech_com 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR22Q4.2RR22Q4.2 
No
0051555: GetCustomer function in TicketListUtils returns wrong value
GetCustomer function in TicketListUtils always returns anonymous customer instead of respective customer.
POS
Open Console
OB.UTIL.TicketListUtils.getCustomer('1BAB52378379435CBE250E30730589F0', bp => { console.log(bp); });
It should print the details of "Mara Palliot". Instead it will print the details of "VBS Customer"
No tags attached.
blocks defect 0051550 closed ranjith_qualiantech_com GetCustomer function in TicketListUtils returns wrong value 
Issue History
2023-02-09 13:56ranjith_qualiantech_comTypedefect => backport
2023-02-09 13:56ranjith_qualiantech_comTarget Version => RR22Q4.2
2023-02-13 13:07hgbotNote Added: 0146450
2023-02-13 13:48hgbotResolutionopen => fixed
2023-02-13 13:48hgbotStatusscheduled => closed
2023-02-13 13:48hgbotNote Added: 0146461
2023-02-13 13:48hgbotFixed in Version => RR22Q4.2
2023-02-13 13:48hgbotNote Added: 0146462

Notes
(0146450)
hgbot   
2023-02-13 13:07   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1064 [^]
(0146461)
hgbot   
2023-02-13 13:48   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1064 [^]
(0146462)
hgbot   
2023-02-13 13:48   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: e1ebaf36c8423372e150738592d2929c03358970
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 13-02-2023 17:34:25
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/e1ebaf36c8423372e150738592d2929c03358970 [^]

Fixed ISSUE-51555: Updated getCustomer function in TicketListUtils
* TicketListUtils getCustomer function should return customer info
  based on passed param bpId

---
M web/org.openbravo.retail.posterminal/js/utils/ticketListUtils.js
---