From 692f5abefbe92ae31ddaf6e57db31ae0de55d6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Au=C3=A9lien=20DUMAINE?= Date: Fri, 11 Jul 2014 03:03:11 +0200 Subject: [PATCH] pos_customer_display bugfix : new massage on deleting orderLine and fixing unit_price computation on adding orderLine --- pos_payment_terminal/static/src/js/pos_payment_terminal.js | 1 - 1 file changed, 1 deletion(-) diff --git a/pos_payment_terminal/static/src/js/pos_payment_terminal.js b/pos_payment_terminal/static/src/js/pos_payment_terminal.js index 6f7a866f..4281a9c0 100755 --- a/pos_payment_terminal/static/src/js/pos_payment_terminal.js +++ b/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; };