X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Frp.pl;h=1a2999bdee34f2c07d8ed48b74bfdeb90d23ffa5;hb=75e721508b508648ffe2454f10cfe29ba8a359dd;hp=731c3cbcf20e5f523a8a5a58d480daf251d37dd5;hpb=c915773b1c9149df1b0f99f8f7ff7d1cc9ea22fa;p=kivitendo-erp.git 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); }