Revision 35f84318
Von Udo Spallek vor mehr als 18 Jahren hinzugefügt
SL/USTVA.pm | ||
---|---|---|
869 | 869 |
$sth->execute || $form->dberror($query); |
870 | 870 |
|
871 | 871 |
while ($ref = $sth->fetchrow_hashref(NAME_lc)) { |
872 |
if ($ref->{amount} < 0) { |
|
872 |
# Bug 365 solved?! |
|
873 |
# if ($ref->{amount} < 0) { |
|
873 | 874 |
$ref->{amount} *= -1; |
874 |
} |
|
875 |
# }
|
|
875 | 876 |
if ($category eq "pos_bwa") { |
876 | 877 |
if ($last_period) { |
877 | 878 |
$form->{ $ref->{$category} }{kumm} += $ref->{amount}; |
Auch abrufbar als: Unified diff
Solved Bug 365: Falsche UStVA bei negativem Vorsteuer-Betrag