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(); },