8
0
Bifurcation 0
pdfdokumente/Application/views/tpl/documents/invoice/includingFiles/informations.tpl

18 lignes
771 B
Smarty
Brut Vue normale Historique

2020-06-29 00:28:32 +02:00
[{block name="informations"}]
<div class="documentinformations">
[{block name="pdfDocumentInformations"}]
<div>
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILLNR"}][{$order->getFieldData('oxbillnr')}]
</div>
<div>
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_CUSTOMERNR"}] [{$user->getFieldData('oxcustnr')}]
</div>
<div>
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_DATE"}][{$order->getFieldData('oxbilldate')|date_format:"%d.%m.%Y"}]
</div>
<div>
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_USTIDNR"}][{$shop->getFieldData('oxvatnumber')}]
</div>
[{/block}]
</div>
[{/block}]