Browse Source

[FIX] typo in pos_customer_display

pull/505/head
Sylvain LE GAL 4 years ago
parent
commit
c8ca968498
  1. 2
      pos_customer_display/static/src/js/gui.js

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

Loading…
Cancel
Save