Openbravo Issue Tracking System - Retail Modules
View Issue Details
0055949Retail ModulesWeb POSpublic2024-06-28 07:142024-07-09 11:42
jonae 
kousalya_r 
normalmajorhave not tried
closedfixed 
5
 
RR24Q3 
Production - QA Approved
2024-06-28
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/ba55f99ac97c7bc2e730606c6e0063ab0d52138c [^]
No
0055949: User action of type Verified Return Ticket is removed from ticket
The approvals assigned to the ticket associated to the verified return action are removed from the ticket when updating the lines with the new inputs and approvals.
The user action Verified Return Ticket needs to be configured. This user action is added for the system when doing a new verified return.
- Add a new user action of type Verified Return Ticket, including one or more user inputs.
- Create a new ticket and process it.
- Return the created ticket.
- The pop up to add the information of the user action configured appears.
- Choose the inputs.
- One the verified return is created the information selected by the user is not included.
Technically speaking the updateInputsAndApprovalsWithNewLine function needs to take into consideration the information that is included in the payload but also the information already included in the ticket to maintain all the information.
No tags attached.
blocks defect 0055860 closed kousalya_r User action of type Verified Return Ticket is removed from ticket 
Issue History
2024-07-09 11:38aferrazTypedefect => backport
2024-07-09 11:38aferrazTarget Version => RR24Q3
2024-07-09 11:42hgbotResolutionopen => fixed
2024-07-09 11:42hgbotStatusscheduled => closed
2024-07-09 11:42hgbotFixed in Version => 24Q3
2024-07-09 11:42hgbotNote Added: 0166832

Notes
(0166832)
hgbot   
2024-07-09 11:42   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 7d72711ac9a3e663925f7bfdf939601c6abcf178
Author: Kousalya Ramasamy <kousalya.ramasamy@openbravo.com>
Date: 09-07-2024 11:42:07
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/7d72711ac9a3e663925f7bfdf939601c6abcf178 [^]

Fixed ISSUE-55949: Original ticket Useraction and Verified Return Useraction

---
M web-jspack/org.openbravo.pos2/src/model/ticket/actions/__test__/updateInputsAndApprovalsWithNewLine.test.js
M web-jspack/org.openbravo.pos2/src/model/ticket/actions/updateInputsAndApprovalsWithNewLine.js
---