Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037454Retail ModulesWeb POSpublic2017-12-11 16:042017-12-20 19:48
jonibc 
jorge-garcia 
normalmajoralways
closedfixed 
5
 
RR17Q3.2RR17Q3.2 
marvintm
Production - Confirmed Stable
2016-12-01
RR17Q1
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/914d8e21297577cc4c957192cbccd3567cc6d7e5 [^]
No
0037454: [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 => RR17Q3.2
2017-12-19 16:23jorge-garciaAssigned ToRetail => jorge-garcia
2017-12-19 17:15hgbotCheckin
2017-12-19 17:15hgbotNote Added: 0101141
2017-12-19 17:15hgbotStatusscheduled => resolved
2017-12-19 17:15hgbotResolutionopen => fixed
2017-12-19 17:15hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR17Q3.2/org.openbravo.retail.posterminal/rev/54c6b3176d2320cdbf34802c77107b6e88d24adb [^]
2017-12-20 19:48marvintmReview Assigned To => marvintm
2017-12-20 19:48marvintmStatusresolved => closed
2017-12-20 19:48marvintmFixed in Version => RR17Q3.2

Notes
(0101141)
hgbot   
2017-12-19 17:15   
Repository: retail/backports/3.0RR17Q3.2/org.openbravo.retail.posterminal
Changeset: 54c6b3176d2320cdbf34802c77107b6e88d24adb
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Dec 19 16:45:10 2017 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR17Q3.2/org.openbravo.retail.posterminal/rev/54c6b3176d2320cdbf34802c77107b6e88d24adb [^]

Fixed issue 37454: [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
---