Revision 50418558
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/DB/Helper/PriceTaxCalculator.pm | ||
---|---|---|
108 | 108 |
$tax_amount = $linetotal * $tax_rate; |
109 | 109 |
} |
110 | 110 |
|
111 |
$data->{taxes}->{ $taxkey->chart_id } ||= 0; |
|
112 |
$data->{taxes}->{ $taxkey->chart_id } += $tax_amount; |
|
111 |
$data->{taxes}->{ $taxkey->tax->chart_id } ||= 0;
|
|
112 |
$data->{taxes}->{ $taxkey->tax->chart_id } += $tax_amount;
|
|
113 | 113 |
|
114 | 114 |
$self->netamount($self->netamount + $sellprice * $item->qty / $item->price_factor); |
115 | 115 |
|
Auch abrufbar als: Unified diff
Falsches Konto mit Steuerbetrag bebucht