Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 50887746

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID 50887746be6756199bb87b40e26577fefe6e0cc4
  • Vorgänger f44e0506
  • Nachfolger 504c056a

Umstellung von print_form() in io.pl.

Unterschiede anzeigen:

bin/mozilla/dn.pl
map { $row->{$_} = $form->format_amount(\%myconfig, $row->{$_} * 1, -2) } qw(amount fee interest);
}
$form->{type} = 'dunning';
$form->{rowcount} = scalar @{ $form->{DUNNINGS} };
$form->{jsscript} = 1;
$form->{callback} ||= build_std_url("action=show_invoices", qw(login password customer invnumber ordnumber groupinvoices minamount dunning_level notes));
$form->{PRINT_OPTIONS} = print_options(1);
$form->{PRINT_OPTIONS} = print_options({ 'inline' => 1 });
$form->header();
print $form->parse_html_template("dunning/show_invoices");

Auch abrufbar als: Unified diff