Revision 50887746
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/dn.pl | ||
---|---|---|
95 | 95 |
map { $row->{$_} = $form->format_amount(\%myconfig, $row->{$_} * 1, -2) } qw(amount fee interest); |
96 | 96 |
} |
97 | 97 |
|
98 |
$form->{type} = 'dunning'; |
|
98 | 99 |
$form->{rowcount} = scalar @{ $form->{DUNNINGS} }; |
99 | 100 |
$form->{jsscript} = 1; |
100 | 101 |
$form->{callback} ||= build_std_url("action=show_invoices", qw(login password customer invnumber ordnumber groupinvoices minamount dunning_level notes)); |
101 | 102 |
|
102 |
$form->{PRINT_OPTIONS} = print_options(1);
|
|
103 |
$form->{PRINT_OPTIONS} = print_options({ 'inline' => 1 });
|
|
103 | 104 |
|
104 | 105 |
$form->header(); |
105 | 106 |
print $form->parse_html_template("dunning/show_invoices"); |
Auch abrufbar als: Unified diff
Umstellung von print_form() in io.pl.