Browse Source

Merge PR #505 into 12.0

Signed-off-by legalsylvain
pull/509/head
OCA-git-bot 4 years ago
parent
commit
bb5d53033a
  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