-
- Downloads
[FIX] pos_gift_card: use get_unit_price fn to get rounded value
Occasionally a rounding error can occur that returns trailing zeros and a integer on the end.
Since the values are compared, we could be comparing 2 values with a difference of 0.00000001 and end up with an error.
closes odoo/odoo#108613
Signed-off-by:
Trinh Jacky (trj) <trj@odoo.com>
Please register or sign in to comment