-
- Downloads
[FIX] pos_cash_rounding: Fix value under rounding
It should be allowed to pay amount that are not rounded if the value is less than the rounding value. Ex: Rounding value: 0.05 Amount to pay: 0.04 The amount to pay should remain 0.04 and not be rounded to 0.05. This fix allows the user to pay for values under the rounding value without applying the rounding. closes odoo/odoo#81330 X-original-commit: 76ccaaf0 Signed-off-by:Masereel Pierre <pim@odoo.com>
Loading
Please register or sign in to comment