Browse Source

[IMP] pos_access_right: lint improvements

pull/324/head
Gabriela Rivero 6 years ago
parent
commit
092664543f
  1. 4
      pos_access_right/static/src/js/pos_access_right.js

4
pos_access_right/static/src/js/pos_access_right.js

@ -96,7 +96,7 @@ odoo.define('pos_access_right.pos_access_right', function (require) {
}
}
);
return this._super();
return this._super(event, $el);
},
deleteorder_click_handler: function (event, $el) {
var user = this.pos.get_cashier();
@ -117,7 +117,7 @@ odoo.define('pos_access_right.pos_access_right', function (require) {
}
}
);
return this._super();
return this._super(event, $el);
},
});

Loading…
Cancel
Save