Browse Source

[FIX] Vicious bug that is invisible alone, but becomes visible when used with the module pos_pay_invoice

pull/440/head
Alexis de Lattre 10 years ago
committed by Sylvain LE GAL
parent
commit
cc1e3934fc
  1. 2
      pos_payment_terminal/static/src/js/pos_payment_terminal.js

2
pos_payment_terminal/static/src/js/pos_payment_terminal.js

@ -16,7 +16,7 @@ openerp.pos_payment_terminal = function(instance){
var _super_PaymentScreenWidget_init_ = module.PaymentScreenWidget.prototype.init;
module.PaymentScreenWidget.prototype.init = function(parent, options){
_super_PaymentScreenWidget_init_.call(this, parent, options);
self = this;
var self = this;
this.payment_terminal_transaction_start = function(event){
var node = this;
while (node && !node.classList.contains('paymentline')){

Loading…
Cancel
Save