redesign footer of report

develop
Andreas Osim 2023-04-04 10:17:40 +02:00
parent 216b766571
commit 80dee9d3f0
1 changed files with 9 additions and 5 deletions

View File

@ -264,11 +264,15 @@
·
-->
<strong>
EORI-Nr.
<span t-esc="company.eori_nr"/>
&#183;
Company Register:
<span t-esc="company.company_registry"/>
<t t-if="company.eori_nr">
EORI-Nr.
<span t-esc="company.eori_nr"/>
&#183;
</t>
<t t-if="company.company_registry">
Company Register:
<span t-esc="company.company_registry"/>
</t>
</strong>
</div>
</div>