From c8ca968498fb264a9a269dfcf3cbd5b70532014b Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Sat, 13 Jun 2020 00:29:28 +0200 Subject: [PATCH] [FIX] typo in pos_customer_display --- pos_customer_display/static/src/js/gui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos_customer_display/static/src/js/gui.js b/pos_customer_display/static/src/js/gui.js index 983a662f..46b37f3c 100644 --- a/pos_customer_display/static/src/js/gui.js +++ b/pos_customer_display/static/src/js/gui.js @@ -14,7 +14,7 @@ odoo.define('pos_customer_display.gui', function (require) { close: function(){ this.pos.proxy.send_text_customer_display( - this.pos.proxy.prepare_message_closed() + this.pos.proxy.prepare_message_close() ); return this._super(); },