Openbravo Issue Tracking System - POS2
View Issue Details
0050682POS2POSpublic2022-10-27 15:532022-10-31 12:31
javierRodriguez 
javierRodriguez 
normalminoralways
closedfixed 
5
 
22Q4.122Q4 
No
0050682: Product keymap is not taking into account that a product could have price 0
A product could be configured to have price 0 for a particular schema. When the product keymap tries to get the product information, the function which create the product info detects that 0€ price like no price configured.

depends on the situation, the mentioned function returns on price or an other one, but never 0.
-
Check the conditions in getProductProperties function in getProductKeymapInfo.js
No tags attached.
blocks defect 0050665 closed javierRodriguez Product keymap is not taking into account that a product could have price 0 
Issue History
2022-10-28 14:57guilleaerTypedefect => backport
2022-10-28 14:57guilleaerTarget Version => 22Q4.1
2022-10-31 11:18hgbotNote Added: 0142751
2022-10-31 12:31hgbotResolutionopen => fixed
2022-10-31 12:31hgbotStatusscheduled => closed
2022-10-31 12:31hgbotNote Added: 0142761
2022-10-31 12:31hgbotFixed in Version => 22Q4
2022-10-31 12:31hgbotNote Added: 0142762

Notes
(0142751)
hgbot   
2022-10-31 11:18   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1327 [^]
(0142761)
hgbot   
2022-10-31 12:31   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1327 [^]
(0142762)
hgbot   
2022-10-31 12:31   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: ba48169d85d82595ddbb83a643ed29e57d140ad6
Author: Javier Rodriguez Regueiro <javier.rodriguez@openbravo.com>
Date: 31-10-2022 11:31:03
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/ba48169d85d82595ddbb83a643ed29e57d140ad6 [^]

Fixed ISSUE-50682: Take into account that standard product price could be 0

---
M web-jspack/org.openbravo.pos2/src/components/ProductKeymap/GetProductKeymapInfo.js
---