Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 27eb5ad2

Von Udo Spallek vor fast 19 Jahren hinzugefügt

  • ID 27eb5ad286bd1ef5ce536659a456ad8b8b96c16b
  • Vorgänger 693f2ebe
  • Nachfolger cc405589

Fixed Bug 327.

Unterschiede anzeigen:

SL/AP.pm
} else {
if (!$form->{"korrektur_$i"}) {
$form->{"tax_$i"} = $form->{"amount_$i"} * $form->{"taxrate_$i"};
} else {
$tax = $form->{"tax_$i"};
}
$form->{"tax_$i"} =
$form->round_amount($form->{"tax_$i"} * $form->{exchangerate}, 2);
$form->{netamount} += $form->{"amount_$i"};
}
$form->{total_tax} += $form->{"tax_$i"};
$form->{total_tax} += $form->{"tax_$i"} * -1;
}
# adjust paidaccounts if there is no date in the last row

Auch abrufbar als: Unified diff