11 lines
362 B
PHP
11 lines
362 B
PHP
<?php
|
|
|
|
$txt_str['attachments'] = [
|
|
'summary_filename' => 'Summary_{KOD}.pdf',
|
|
'invoice_filename' => 'Invoice_{KOD}.pdf',
|
|
'proforma_filename' => 'ZalohovaFaktura_{KOD}.pdf',
|
|
'delivery_note_filename' => 'DodaciList_{KOD}.pdf',
|
|
'replacement_filename' => 'OpravnyDanovyDoklad_{KOD}.pdf',
|
|
'reclamation_filename' => 'Reclamation_{KOD}.pdf',
|
|
];
|