X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ac517355778ec8b682f7cdd1ef203be99e545a53..b6dc5623d93c1be1c54248d4512e80f495af2899:/bin/mozilla/rp.pl diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index 731c3cbcf..1a2999bde 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -1443,7 +1443,7 @@ sub aging { if ($form->{arap} eq 'ar') { $raw_top_info_text = $form->parse_html_template('rp/aging_ar_top'); $raw_bottom_info_text = $form->parse_html_template('rp/aging_ar_bottom', { 'row_idx' => $row_idx, - 'PRINT_OPTIONS' => print_options(1), }); + 'PRINT_OPTIONS' => print_options(inline => 1), }); $report->set_options('raw_top_info_text' => $raw_top_info_text, 'raw_bottom_info_text' => $raw_bottom_info_text); }