Skip to content

Commit

Permalink
[UPD] fiscal_epos_print: aggiornata PR OCA#3060
Browse files Browse the repository at this point in the history
  • Loading branch information
Borruso committed May 29, 2024
1 parent 6b1d471 commit 5d1f704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiscal_epos_print/static/src/js/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ odoo.define("fiscal_epos_print.models", function (require) {
receipt.full_price = this.price;
} else {
// This strategy was used because JavaScript's Math.round rounds to the nearest integer
const dec_precision = this.pos.currency.decimals;
const dec_precision = this.pos.currency.decimal_places;
const full_price = Number(
(
this.price *
Expand Down

0 comments on commit 5d1f704

Please sign in to comment.