Revision 9aaca433
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
1441 | 1441 |
$report->add_data(create_aging_subtotal_row(\%totals, \@columns, \@periods, 'listtotal')); |
1442 | 1442 |
|
1443 | 1443 |
if ($form->{arap} eq 'ar') { |
1444 |
$raw_top_info_text = $form->parse_html_template2('rp/aging_ar_top');
|
|
1445 |
$raw_bottom_info_text = $form->parse_html_template2('rp/aging_ar_bottom', { 'row_idx' => $row_idx,
|
|
1446 |
'PRINT_OPTIONS' => print_options(inline => 1), });
|
|
1444 |
$raw_top_info_text = $form->parse_html_template('rp/aging_ar_top'); |
|
1445 |
$raw_bottom_info_text = $form->parse_html_template('rp/aging_ar_bottom', { 'row_idx' => $row_idx, |
|
1446 |
'PRINT_OPTIONS' => print_options(inline => 1), }); |
|
1447 | 1447 |
$report->set_options('raw_top_info_text' => $raw_top_info_text, |
1448 | 1448 |
'raw_bottom_info_text' => $raw_bottom_info_text); |
1449 | 1449 |
} |
Auch abrufbar als: Unified diff
Die Funktion Form::parse_html_template2() in Form::parse_html_template() umbenannt (letztere wurde in Revision 2923 entfernt).