Openbravo Issue Tracking System - Retail Modules
View Issue Details
0051550Retail ModulesWeb POSpublic2023-02-09 12:132023-02-13 12:58
ranjith_qualiantech_com 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR23Q2 
No
0051550: 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.
depends on backport 0051554RR23Q1 closed ranjith_qualiantech_com GetCustomer function in TicketListUtils returns wrong value 
depends on backport 0051555RR22Q4.2 closed ranjith_qualiantech_com GetCustomer function in TicketListUtils returns wrong value 
Issue History
2023-02-09 12:13ranjith_qualiantech_comNew Issue
2023-02-09 12:13ranjith_qualiantech_comAssigned To => ranjith_qualiantech_com
2023-02-09 12:13ranjith_qualiantech_comTriggers an Emergency Pack => No
2023-02-09 13:56ranjith_qualiantech_comStatusnew => scheduled
2023-02-10 06:38hgbotNote Added: 0146347
2023-02-13 12:58hgbotResolutionopen => fixed
2023-02-13 12:58hgbotStatusscheduled => closed
2023-02-13 12:58hgbotNote Added: 0146448
2023-02-13 12:58hgbotFixed in Version => RR23Q2
2023-02-13 12:58hgbotNote Added: 0146449

Notes
(0146347)
hgbot   
2023-02-10 06:38   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1059 [^]
(0146448)
hgbot   
2023-02-13 12:58   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1059 [^]
(0146449)
hgbot   
2023-02-13 12:58   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 66bda9e939891e2f19fbb0b0b042173a506820fd
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 13-02-2023 11:57:10
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/66bda9e939891e2f19fbb0b0b042173a506820fd [^]

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