Merge PR #70 into 12.0

Signed-off-by simahawk
This commit is contained in:
OCA-git-bot 2021-03-16 15:20:33 +00:00
commit c6d47eedf6
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ odoo.define('pos_environment.models', function (require) {
this.pos.config.receipt_environment_header;
res.receipt_environment_footer =
this.pos.config.receipt_environment_footer;
console.log(res);
return res;
},
});