$report->set_options('raw_top_info_text' => $form->parse_html_template('dunning/show_dunning_top'),
'raw_bottom_info_text' => $form->parse_html_template('dunning/show_dunning_bottom'),
'output_format' => 'HTML',
- 'attachment_basename' => strftime('dunning_report_%Y%m%d', localtime time),
+ 'attachment_basename' => $locale->text('dunning_list') . strftime('_%Y%m%d', localtime time),
);
$report->set_options_from_form();
'done' => 'erledigt',
'down' => 'runter',
'drucken' => 'drucken',
+ 'dunning_list' => 'mahnungsliste',
'eMail Send?' => 'eMail-Versand?',
'eMail?' => 'eMail?',
'ea' => 'St.',
'What type of item is this?' => 'Was ist dieser Artikel?',
'Zipcode' => 'PLZ',
'bin_list' => 'Lagerliste',
+ 'dunning_list' => 'mahnungsliste',
'emailed to' => 'gemailt an',
'invoice' => 'Rechnung',
'no' => 'nein',