Skip to content
Snippets Groups Projects
user avatar
Pedram (PEBR) authored
Before this commit, when a user tried to print a receipt, sometimes
an additional blank page was being printed. This was due to the
printed content slightly exceeding the printable area of the page,
leading to an unintended second page.

To solve this issue, I set the height of all elements to 0 during
printing, and explicitly set the height of the receipt container
to auto.

opw-3376131

closes odoo/odoo#127191

Signed-off-by: default avatarJoseph Caburnay (jcb) <jcb@odoo.com>
81feb39a
History
Name Last commit Last update
..
description
img
lib
src
tests