Openbravo Issue Tracking System - Retail Modules
View Issue Details
0051554Retail ModulesWeb POSpublic2023-02-09 12:132023-02-13 13:48
ranjith_qualiantech_com 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR23Q1RR23Q1 
No
0051554: 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 => RR23Q1
2023-02-13 13:07hgbotNote Added: 0146451
2023-02-13 13:48hgbotResolutionopen => fixed
2023-02-13 13:48hgbotStatusscheduled => closed
2023-02-13 13:48hgbotNote Added: 0146459
2023-02-13 13:48hgbotFixed in Version => RR23Q1
2023-02-13 13:48hgbotNote Added: 0146460

Notes
(0146451)
hgbot   
2023-02-13 13:07   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1065 [^]
(0146459)
hgbot   
2023-02-13 13:48   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1065 [^]
(0146460)
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: 58b001ebf20235d42f8d9c39f58f167e1dadfc2f
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 13-02-2023 17:33:39
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/58b001ebf20235d42f8d9c39f58f167e1dadfc2f [^]

Fixed ISSUE-51554: 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
---