diff --git a/pos_access_right/static/src/js/pos_access_right.js b/pos_access_right/static/src/js/pos_access_right.js index 4ab7ec68..5d30d144 100644 --- a/pos_access_right/static/src/js/pos_access_right.js +++ b/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); }, });