summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ecbb5ab)
Fehler bei Berechnung der Summe fuers Debitorenkonto behebt Bug#260
$form->{amount} = $form->{netamount};
$form->{tax} = 0;
$form->{amount} = $form->{netamount};
$form->{tax} = 0;
+ $form->{netamount} = 0;
+ $form->{total_tax} = 0;
# taxincluded doesn't make sense if there is no amount
$form->{taxincluded} = 0 if ($form->{amount} == 0);
# taxincluded doesn't make sense if there is no amount
$form->{taxincluded} = 0 if ($form->{amount} == 0);