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 6, 2024
1 parent c90f9f9 commit c396df9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ odoo.define("fiscal_epos_print.PaymentScreen", function (require) {
var receipt = order.export_for_printing();
var fp90 = new eposDriver(printer_options, this);
await fp90.printFiscalReceipt(receipt);
await new Promise(resolve => setTimeout(resolve, 5000));
await new Promise(resolve => setTimeout(resolve, 2500));
// This line causes problems on bill split. What's the sense of deleting the actual pos context?!
// It regenerates orders which are already partly paid using split function...
// this.env.pos.context = {};
Expand Down

0 comments on commit c396df9

Please sign in to comment.