Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037453Retail ModulesWeb POSpublic2017-12-11 16:042017-12-20 19:49
jonibc 
jorge-garcia 
normalmajoralways
closedfixed 
5
 
RR17Q4RR17Q4 
marvintm
Production - Confirmed Stable
2016-12-01
RR17Q1
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/914d8e21297577cc4c957192cbccd3567cc6d7e5 [^]
No
0037453: [SERQA 3583] It is not possible to assign the BP to the ticket
It is not possible to assign a new business partner to the ticket after create two different customers and assign to the ticket, although the customer has been really assigned to the ticket, the label is not correctly shown.

Possibly the change:bp event is not correctly handled in the javascript code.
Login to Web POS:
1- Create a new customer. Assign it to the ticket.
2- Create another customer. It is not possible to assign it to the ticket.
No tags attached.
blocks defect 0037450 closed jorge-garcia [SERQA 3583] It is not possible to assign the BP to the ticket 
Issue History
2017-12-11 17:25jorge-garciaTypedefect => backport
2017-12-11 17:25jorge-garciaTarget Version => RR17Q4
2017-12-19 16:24jorge-garciaAssigned ToRetail => jorge-garcia
2017-12-19 17:16hgbotCheckin
2017-12-19 17:16hgbotNote Added: 0101143
2017-12-19 17:16hgbotStatusscheduled => resolved
2017-12-19 17:16hgbotResolutionopen => fixed
2017-12-19 17:16hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR17Q4/org.openbravo.retail.posterminal/rev/12727ac3a97cf9befca74509ae68c711872dd68c [^]
2017-12-20 19:49marvintmReview Assigned To => marvintm
2017-12-20 19:49marvintmStatusresolved => closed
2017-12-20 19:49marvintmFixed in Version => RR17Q4

Notes
(0101143)
hgbot   
2017-12-19 17:16   
Repository: retail/backports/3.0RR17Q4/org.openbravo.retail.posterminal
Changeset: 12727ac3a97cf9befca74509ae68c711872dd68c
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Dec 19 16:38:16 2017 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR17Q4/org.openbravo.retail.posterminal/rev/12727ac3a97cf9befca74509ae68c711872dd68c [^]

Fixed issue 37453: [SERQA 3583] It is not possible to assign the BP to
the ticket

The solution is generate a assign a cloned bp object. With this change,
instead of using the same pointer the webPOS generates a new pointer.
This allows to execute the bp listeners.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/customerdetailview.js
---