Browse Source

pos_customer_display bugfix : new massage on deleting orderLine and fixing unit_price computation on adding orderLine

pull/440/head
Auélien DUMAINE 10 years ago
committed by Sylvain LE GAL
parent
commit
692f5abefb
  1. 1
      pos_payment_terminal/static/src/js/pos_payment_terminal.js

1
pos_payment_terminal/static/src/js/pos_payment_terminal.js

@ -46,7 +46,6 @@ openerp.pos_payment_terminal = function(instance){
}
el_node.querySelector('.payment-terminal-transaction-start')
.addEventListener('click', this.payment_terminal_transaction_start);
//.addEventListener('click', this.pos.proxy.payment_terminal_transaction_start(line, this.pos.currency.name, this.pos.currency.iso_numeric));
}
return el_node;
};

Loading…
Cancel
Save