Skip to content

Commit

Permalink
Merge PR #4422 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by eLBati
  • Loading branch information
OCA-git-bot committed Nov 14, 2024
2 parents 42d980c + d1c969d commit 63a4055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiscal_epos_print/static/src/js/epson_epos_print.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ odoo.define("fiscal_epos_print.epson_epos_print", function (require) {
adjustmentType: 3,
description: l.product_name,
department: l.tax_department.code,
amount: -l.price,
amount: -l.price * l.quantity,
});
}
});
Expand Down

0 comments on commit 63a4055

Please sign in to comment.