Files
kupshop/web/common/templates/pdf/proformaPDF.tpl
2025-08-02 16:30:27 +02:00

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}