Openbravo Issue Tracking System - POS2
View Issue Details
0050141POS2POSpublic2022-09-02 08:582022-09-02 10:31
ebecerra 
ebecerra 
normalmajorhave not tried
closedfixed 
5
 
22Q4 
No
0050141: When load a paid receipt the delivery condition "PickupInStoreDate" fail
When in the POS do a ticket with delivery condition "Pickup in store with date" and it saved in the BO and later load it at POS, the delivery condition recover is "Pick and carry"
1. Create a ticket
2. Set delivery condition: Pickup in store with date
3. Pay the ticket
4. Reopen the ticket
In class: org.openbravo.pos2.master.PaidReceiptProperties change this part on query:

else case when exists (select 1 from OrderLine ol where ord.id = ol.salesOrder.id and ol.obrdmDeliveryMode = 'PickupInStoreWithDate') then 'PickupInStoreWithDate' "

PickupInStoreWithDate -> PickupInStoreDate
No tags attached.
Issue History
2022-09-02 08:58ebecerraNew Issue
2022-09-02 08:58ebecerraAssigned To => Retail
2022-09-02 08:58ebecerraTriggers an Emergency Pack => No
2022-09-02 08:59ebecerraAssigned ToRetail => ebecerra
2022-09-02 08:59ebecerraStatusnew => scheduled
2022-09-02 09:15hgbotNote Added: 0140618
2022-09-02 10:31hgbotResolutionopen => fixed
2022-09-02 10:31hgbotNote Added: 0140619
2022-09-02 10:31hgbotStatusscheduled => closed
2022-09-02 10:31hgbotFixed in Version => 22Q4
2022-09-02 10:31hgbotNote Added: 0140620

Notes
(0140618)
hgbot   
2022-09-02 09:15   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1178 [^]
(0140619)
hgbot   
2022-09-02 10:31   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1178 [^]
(0140620)
hgbot   
2022-09-02 10:31   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 03ecaa842629f64a502baa98b523c0f9475b9b5c
Author: Eduardo Becerra <eduardo.becerra@openbravo.com>
Date: 02-09-2022 09:10:19
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/03ecaa842629f64a502baa98b523c0f9475b9b5c [^]

Fixes ISSUE-50141: When load a paid receipt the delivery condition "PickupInStoreDate" fail

---
M src/org/openbravo/pos2/master/PaidReceiptProperties.java
---