redesign footer of report
parent
216b766571
commit
80dee9d3f0
|
|
@ -264,11 +264,15 @@
|
|||
·
|
||||
-->
|
||||
<strong>
|
||||
EORI-Nr.
|
||||
<span t-esc="company.eori_nr"/>
|
||||
·
|
||||
Company Register:
|
||||
<span t-esc="company.company_registry"/>
|
||||
<t t-if="company.eori_nr">
|
||||
EORI-Nr.
|
||||
<span t-esc="company.eori_nr"/>
|
||||
·
|
||||
</t>
|
||||
<t t-if="company.company_registry">
|
||||
Company Register:
|
||||
<span t-esc="company.company_registry"/>
|
||||
</t>
|
||||
</strong>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue