Openbravo Issue Tracking System - POS2
View Issue Details
0052496POS2POSpublic2023-05-19 14:082023-05-22 15:45
jayala 
jayala 
normalminorhave not tried
closedfixed 
5
 
23Q2.123Q2.1 
approved
No
No
0052496: Quantity on proof of payment without detail
When a ProofOfPayment is created and the quantity is changed in the corresponding input, it is not saved correctly, always showing a 1.
Additionally, the displayed dialogue has a minor visual error (the X is shown when there is only one QuantityWrapper, which should only happen when there are two or more).
1. Go to a ticket's PoP.
2. Create new using "Select products from order".
3. Change quantity from first input.
4. Check the quantity in created PoP (always 1, instead given value).
For PoP error: Use ProofOfPaymentWrapperQuantityInput instead ProofOfPaymenQuantityInput.
For visual error: Check length of proofOfPaymentWrappers to decide if show the X.
No tags attached.
blocks defect 0052495 closed jayala Quantity on proof of payment without detail 
Issue History
2023-05-19 14:09jayalaTypedefect => backport
2023-05-19 14:09jayalaTarget Version => 23Q2.1
2023-05-19 14:27hgbotMerge Request Status => open
2023-05-19 14:27hgbotNote Added: 0149991
2023-05-22 15:44hgbotMerge Request Statusopen => approved
2023-05-22 15:45hgbotNote Added: 0150079
2023-05-22 15:45hgbotResolutionopen => fixed
2023-05-22 15:45hgbotStatusscheduled => closed
2023-05-22 15:45hgbotFixed in Version => 23Q2.1
2023-05-22 15:45hgbotNote Added: 0150080

Notes
(0149991)
hgbot   
2023-05-19 14:27   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1822 [^]
(0150079)
hgbot   
2023-05-22 15:45   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1822 [^]
(0150080)
hgbot   
2023-05-22 15:45   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: b50f41d09dddcd0f2c54e833b17867ffe2fc7737
Author: Javier Ayala <javier.ayala@openbravo.com>
Date: 22-05-2023 09:11:51
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/b50f41d09dddcd0f2c54e833b17867ffe2fc7737 [^]

Fixed ISSUE-52496: Quantity on proof of payment without detail

---
M web-jspack/org.openbravo.pos2/src/components/ProofOfPayment/ProofOfPaymentHeader/ProofOfPaymentSelectLinesDialog/ProofOfPaymentSelectLinesDialogContent/ProofOfPaymentSelectLinesDialogContent.jsx
---