Openbravo Issue Tracking System - POS2
View Issue Details
0052951POS2POSpublic2023-06-27 18:352023-07-20 07:34
javierRodriguez 
ranjith_qualiantech_com 
normalminoralways
closedfixed 
5
 
23Q3 
No
0052951: The order delivery status is not correct set in verified return
If I create a fully paid "pick up in the store" order and the order is issued: the order has a delivery status of "Delivered”

If I then make a verified return, the delivery status changes to "Not delivered” → KO, the delivery status should be "Delivered” at this step in order to be synchronous with pick and carry orders. If you do the same thing on a pick and carry order the status is delivered for the verified return too.
read description
The problem is that when the return is created, the lines keep the delivery mode of the original order. This is not correct, for returned lines the delivery mode should be forced to "Pick&Carry", as the goods are always immediately delivered. This will ensure that the order is properly set as delivered.
No tags attached.
blocks defect 0052873 closed ranjith_qualiantech_com The order delivery status is not correct set in verified return 
Issue History
2023-07-12 13:42guilleaerTypedefect => backport
2023-07-12 13:42guilleaerTarget Version => 23Q3
2023-07-17 08:18ranjith_qualiantech_comAssigned Toguilleaer => ranjith_qualiantech_com
2023-07-20 07:25hgbotNote Added: 0152690
2023-07-20 07:34hgbotResolutionopen => fixed
2023-07-20 07:34hgbotStatusscheduled => closed
2023-07-20 07:34hgbotNote Added: 0152696
2023-07-20 07:34hgbotFixed in Version => RR23Q3
2023-07-20 07:34hgbotNote Added: 0152699

Notes
(0152690)
hgbot   
2023-07-20 07:25   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/merge_requests/62 [^]
(0152696)
hgbot   
2023-07-20 07:34   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/merge_requests/62 [^]
(0152699)
hgbot   
2023-07-20 07:34   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns [^]
Changeset: 9789f6fa2bea8608ad3740402f66f8f36d0fbcf3
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 20-07-2023 10:40:33
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/commit/9789f6fa2bea8608ad3740402f66f8f36d0fbcf3 [^]

Fixed ISSUE-52951: DeliveryMode should be Pick&Carry for VR lines

---
M web/org.openbravo.retail.returns/app/model/business-object/ticket/actions/ReturnVerifiedTicket.js
---