11 lines
371 B
PHP
11 lines
371 B
PHP
<?php
|
|
|
|
$txt_str['attachments'] = [
|
|
'summary_filename' => 'Récapitulation_{KOD}.pdf',
|
|
'invoice_filename' => 'Facture_{KOD}.pdf',
|
|
'proforma_filename' => 'ZalohovaFaktura_{KOD}.pdf',
|
|
'delivery_note_filename' => 'DodaciList_{KOD}.pdf',
|
|
'replacement_filename' => 'OpravnyDanovyDoklad_{KOD}.pdf',
|
|
'reclamation_filename' => 'Réclamation_{KOD}.pdf',
|
|
];
|