Skip to content

Commit

Permalink
[FIX] l10n_de: VAT Number not correctly displayed
Browse files Browse the repository at this point in the history
Steps to reproduce the bug:

- Install l10n_de
- Go in General settings
- Set external_layout_din5008 as Document Template
- Let's consider the customer C with an address and a VAT number
- Create a SO with C
- Print the SO

Bug:

The VAT number of C was not correctly displayed.

opw:2069128

closes odoo#36619

Signed-off-by: Simon Goffin (sig) <sig@openerp.com>
  • Loading branch information
simongoffin committed Sep 10, 2019
1 parent 5040c17 commit b50f512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/l10n_de/static/src/scss/report_din5008.scss
Expand Up @@ -21,6 +21,7 @@
top: 17.7mm;
width: 85mm;
height: 27.3mm;
line-height: 1.15;
overflow-y: hidden;
word-break: break-word;
float: left;
Expand Down

0 comments on commit b50f512

Please sign in to comment.