From: Moritz Bunkus Date: Mon, 21 Jan 2008 08:50:25 +0000 (+0000) Subject: Die beiden Templates wurden verschoben. X-Git-Tag: release-2.6.0beta1~321 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=861b9e383466f8490cb437e6abc1e1d3771e5a1b;hp=6f2050063ffa5417ab4495af84625385c766bc2d;p=kivitendo-erp.git Die beiden Templates wurden verschoben. --- diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index c23abeb59..af3fcf32a 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -1419,8 +1419,8 @@ sub generate_trial_balance { $report->set_options('output_format' => 'HTML', 'title' => $form->{title}, 'attachment_basename' => $attachment_basename . strftime('_%Y%m%d', localtime time), - 'html_template' => 'report_generator/html_report_susa', - 'pdf_template' => 'report_generator/html_report_susa', + 'html_template' => 'rp/html_report_susa', + 'pdf_template' => 'rp/html_report_susa', ); $report->set_options_from_form();