Commit 0af1f5e0 by Administrator

Update pos_payment_terminal.js (ticket #3304)

parent ce8930fb
......@@ -107,7 +107,7 @@ odoo.define('pos_payment_terminal.pos_payment_terminal', function (require) {
this._super.apply(this, arguments);
var line = this.pos.get_order().selected_paymentline;
var auto = line.get_automatic_payment_terminal();
$('.back').hide();
//$('.back').hide();
if (auto) {
this.pos.proxy.payment_terminal_transaction_start(self, self.pos.currency.name);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment