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