11 lines
240 B
Smarty
11 lines
240 B
Smarty
{extends "pdf/invoicePDF.tpl"}
|
|
|
|
{block "invoice-dates-taxable-fulfillment"}{/block}
|
|
|
|
{block "invoice-title"}
|
|
<h1 class="bordered">
|
|
{t}ZÁLOHOVÁ FAKTURA{/t}
|
|
{if $order.order_no} {$order.order_no}{/if}
|
|
</h1>
|
|
{/block}
|