Openbravo Issue Tracking System - POS2
View Issue Details
0050747POS2Corepublic2022-11-04 12:482022-11-08 11:26
ebecerra 
ebecerra 
normalmajorhave not tried
closedfixed 
5
 
22Q4.1 
No
0050747: VerifiedReturns: Invalid link to original order line identifier
When the "Verified Return" is done in the POS, the line copied to new receipt not link to original order line identifier.
N/A
In the module: "org.openbravo.retail.returns" at function "ReturnVerifiedTicketDefinition" set:

newLine.originalOrderLineId = line.lineId;
No tags attached.
blocks defect 0050734 closed ebecerra VerifiedReturns: Invalid link to original order line identifier 
Issue History
2022-11-07 08:57guilleaerTypedefect => backport
2022-11-07 08:57guilleaerTarget Version => 22Q4.1
2022-11-08 11:23hgbotNote Added: 0143235
2022-11-08 11:26hgbotResolutionopen => fixed
2022-11-08 11:26hgbotStatusscheduled => closed
2022-11-08 11:26hgbotNote Added: 0143236
2022-11-08 11:26hgbotFixed in Version => RR22Q4
2022-11-08 11:26hgbotNote Added: 0143237

Notes
(0143235)
hgbot   
2022-11-08 11:23   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/merge_requests/46 [^]
(0143236)
hgbot   
2022-11-08 11:26   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/merge_requests/46 [^]
(0143237)
hgbot   
2022-11-08 11:26   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns [^]
Changeset: 1434ed14ddda0cb62c28ede180cc6c0fb4cecc6f
Author: Eduardo Becerra <eduardo.becerra@openbravo.com>
Date: 08-11-2022 11:22:32
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/commit/1434ed14ddda0cb62c28ede180cc6c0fb4cecc6f [^]

Fixes ISSUE-50747: VerifiedReturns: Invalid link to original order line identifier

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