Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f6a5acf0

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID f6a5acf0e925ad610d2987919557e828cbff090d
  • Vorgänger 840aea13
  • Nachfolger 6968d257

Doppelte Zeilen entfernt.

Unterschiede anzeigen:

SL/OE.pm
$form->format_amount($myconfig, $form->{"${item}_rate"} * 100));
push(@{ $form->{taxnumber} }, $form->{"${item}_taxnumber"});
}
if($form->{taxincluded}) {
$form->{subtotal} = $form->format_amount($myconfig, $form->{total} - $tax, 2);
}
else {
$form->{subtotal} = $form->format_amount($myconfig, $form->{total}, 2);
}
$yesdiscount = $form->{nodiscount_total} - $nodiscount;
$form->{nodiscount_subtotal} = $form->format_amount($myconfig, $form->{nodiscount_total}, 2);
$form->{discount_total} = $form->format_amount($myconfig, $form->{discount_total}, 2);

Auch abrufbar als: Unified diff