11 lines
372 B
PHP
11 lines
372 B
PHP
<?php
|
|
|
|
$txt_str['attachments'] = [
|
|
'summary_filename' => 'Podsumowanie_{KOD}.pdf',
|
|
'invoice_filename' => 'Faktura_{KOD}.pdf',
|
|
'proforma_filename' => 'FakturaProForma_{KOD}.pdf',
|
|
'delivery_note_filename' => 'DowódDostawy_{KOD}.pdf',
|
|
'replacement_filename' => 'PoprawczyDowódDostawy_{KOD}.pdf',
|
|
'reclamation_filename' => 'Reklamacja_{KOD}.pdf',
|
|
];
|