no UID-Nr. in page footer if 'tax-Information' exists.
parent
aeccb1acbd
commit
d433bb9428
|
|
@ -242,20 +242,20 @@
|
||||||
<!-- <span>AT 46 3250 1000 0200 9306</span> -->
|
<!-- <span>AT 46 3250 1000 0200 9306</span> -->
|
||||||
<!-- <span>RLN WAT WW MIB</span> -->
|
<!-- <span>RLN WAT WW MIB</span> -->
|
||||||
<!-- <span>Raiffeisenbank Spannberg</span> -->
|
<!-- <span>Raiffeisenbank Spannberg</span> -->
|
||||||
<p id="fiscal_position_remark" t-if="o.fiscal_position_id and o.fiscal_position_id.note">
|
<t t-if="not (o.fiscal_position_id and o.fiscal_position_id.note)">
|
||||||
<strong>
|
<strong>
|
||||||
UIDx-Nr.:
|
UID-Nr.:
|
||||||
<span t-esc="company.vat"/>
|
<span t-esc="company.vat"/>
|
||||||
·
|
·
|
||||||
</strong>
|
</strong>
|
||||||
</p>
|
</t>
|
||||||
<strong>
|
|
||||||
<!--
|
<!--
|
||||||
UID-Nr.:
|
UID-Nr.:
|
||||||
<span t-esc="company.vat"/>
|
<span t-esc="company.vat"/>
|
||||||
·
|
·
|
||||||
-->
|
-->
|
||||||
EORIx-Nr.
|
<strong>
|
||||||
|
EORI-Nr.
|
||||||
<span t-esc="company.eori_nr"/>
|
<span t-esc="company.eori_nr"/>
|
||||||
·
|
·
|
||||||
Firmenbuch Nr.:
|
Firmenbuch Nr.:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue