Openbravo Issue Tracking System - POS2
View Issue Details
0046755POS2POSpublic2021-05-20 14:062021-05-26 09:02
ebecerra 
jorge-garcia 
normalmajorhave not tried
closedfixed 
5
 
 
approved
guilleaer
Gold
No
0046755: Error after pay a ticket and change customer Email
Constraints: The CRM connector must be configured

When you pay a ticket and change the Email address to be sent the Ticket and accept to update the Email of customer.

The CRM call to update the customer with empty customer information.

See: Email.png
1. Create a ticket
2. Change de Customer
3. Pay the ticket
4. When the dialog to Send by Email, Print or None is open, change de Email and push button "Email"
5. When the confirmation popup ask you to "Update Email", select "YES UPDATE"
Takeaway
depends on backport 0046761TAP closed jorge-garcia Error after pay a ticket and change customer Email 
png Email.png (252,356) 2021-05-20 14:06
https://issues.openbravo.com/file_download.php?file_id=15788&type=bug
png
Issue History
2021-05-20 14:06ebecerraNew Issue
2021-05-20 14:06ebecerraAssigned To => Retail
2021-05-20 14:06ebecerraFile Added: Email.png
2021-05-20 14:06ebecerraOBNetwork customer => No
2021-05-20 14:06ebecerraTriggers an Emergency Pack => No
2021-05-20 14:07javietxeOBNetwork customerNo => Gold
2021-05-20 14:07javietxeResolution time => 1622671200
2021-05-20 14:08javietxeTag Attached: Takeaway
2021-05-20 15:11guilleaerStatusnew => scheduled
2021-05-20 15:11guilleaerAssigned ToRetail => jorge-garcia
2021-05-24 15:46hgbotMerge Request Status => open
2021-05-24 15:46hgbotNote Added: 0128573
2021-05-24 15:46jorge-garciaStatusscheduled => resolved
2021-05-24 15:46jorge-garciaResolutionopen => fixed
2021-05-24 16:35jorge-garciaReview Assigned To => guilleaer
2021-05-25 15:59hgbotMerge Request Statusopen => approved
2021-05-26 09:02hgbotNote Added: 0128636
2021-05-26 09:02hgbotStatusresolved => closed
2021-05-26 09:02hgbotNote Added: 0128637

Notes
(0128573)
hgbot   
2021-05-24 15:46   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/486 [^]
(0128636)
hgbot   
2021-05-26 09:02   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/486 [^]
(0128637)
hgbot   
2021-05-26 09:02   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 4c48525b14910d35aec64451c23049381d53357c
Author: Jorge Garcia <jorge.garcia@openbravo.com>
Date: 2021-05-26T08:28:49+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/4c48525b14910d35aec64451c23049381d53357c [^]

[fix/46755] Fixed ISSUE-46755: Pass customerId as parameter to action preparation

UpdateBpEmail action preparation is executed after the old ticket is closed and the
ticket has no longer the information of the externalBp id

---
M web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/Email/UpdateEmailInfoDialog/UpdateEmailInfoDialog.jsx
M web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/ReceiptDeliveryOptionsDialog.jsx
M web-jspack/org.openbravo.pos2/src/model/ticket/actions/UpdateBpEmail.js
---