Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4e76ddc1

Von Philip Reetz vor fast 19 Jahren hinzugefügt

  • ID 4e76ddc17ab7eba457211cbe3ff5045a08538095
  • Vorgänger 9cac71b2
  • Nachfolger 0463a0bb

Steuerbetraege wurden beim Drucken ohne Nachkommstelle angezeigt

Unterschiede anzeigen:

SL/IS.pm
269 269

  
270 270
      $tax += $taxamount = $form->round_amount($taxaccounts{$item}, 2);
271 271

  
272
      push(@{ $form->{tax} }, $form->format_amount($myconfig, $taxamount));
272
      push(@{ $form->{tax} }, $form->format_amount($myconfig, $taxamount, 2));
273 273
      push(@{ $form->{taxdescription} }, $form->{"${item}_description"});
274 274
      push(@{ $form->{taxrate} },
275 275
           $form->format_amount($myconfig, $form->{"${item}_rate"} * 100));

Auch abrufbar als: Unified diff