Browse Source
Update pos_meal_voucher/static/src/js/models.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/models.js
|
@ -69,7 +69,7 @@ odoo.define("pos_meal_voucher.models", function (require) { |
|
|
this.manual_meal_voucher === true || |
|
|
this.manual_meal_voucher === true || |
|
|
["paper", "dematerialized"].indexOf( |
|
|
["paper", "dematerialized"].indexOf( |
|
|
this.cashregister.journal.meal_voucher_type) !== -1 |
|
|
this.cashregister.journal.meal_voucher_type) !== -1 |
|
|
) |
|
|
|
|
|
|
|
|
); |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
}); |
|
|
}); |
|
|