Browse Source
Update pos_meal_voucher/static/src/js/screens.js
Co-authored-by: Alexandre Pollet <alexandre.pollet@akretion.com>
pull/530/head
Sylvain LE GAL
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
pos_meal_voucher/static/src/js/screens.js
|
|
@ -151,7 +151,7 @@ odoo.define("pos_meal_voucher.screens", function (require) { |
|
|
|
}); |
|
|
|
return false; |
|
|
|
} |
|
|
|
return this._super.apply(this, arguments);; |
|
|
|
return this._super.apply(this, arguments); |
|
|
|
}, |
|
|
|
}); |
|
|
|
|
|
|
|