Openbravo Issue Tracking System - POS2
View Issue Details
0052497POS2POSpublic2023-05-19 14:082023-05-22 15:46
jayala 
jayala 
normalminorhave not tried
closedfixed 
5
 
23Q1.323Q1.3 
approved
No
No
0052497: 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 => 23Q1.3
2023-05-19 14:28hgbotMerge Request Status => open
2023-05-19 14:28hgbotNote Added: 0149992
2023-05-22 15:45hgbotMerge Request Statusopen => approved
2023-05-22 15:46hgbotResolutionopen => fixed
2023-05-22 15:46hgbotStatusscheduled => closed
2023-05-22 15:46hgbotNote Added: 0150081
2023-05-22 15:46hgbotFixed in Version => 23Q1.3
2023-05-22 15:46hgbotNote Added: 0150082

Notes
(0149992)
hgbot   
2023-05-19 14:28   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1823 [^]
(0150081)
hgbot   
2023-05-22 15:46   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1823 [^]
(0150082)
hgbot   
2023-05-22 15:46   
Directly closing issue as related merge request is already approved.

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

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

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