Revision b82722d0
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
515 | 515 |
} else { |
516 | 516 |
$real_sellprice = $linetotal; |
517 | 517 |
}; |
518 |
my $real_lastcost = $form->round_amount($form->{"lastcost_$i"} * $form->{"qty_$i"} / $price_factor, 2);
|
|
518 |
my $real_lastcost = $form->round_amount($form->{"lastcost_$i"} * $form->{"qty_$i"}, 2); |
|
519 | 519 |
my $marge_percent_warn = $myconfig{marge_percent_warn} * 1 || 15; |
520 | 520 |
my $marge_adjust_credit_note = $form->{type} eq 'credit_note' ? -1 : 1; |
521 | 521 |
|
Auch abrufbar als: Unified diff
Margenberechnung mit Preisfaktor: Ek-Preis nicht durch Preisfaktor teilen, …
… denn dieser gilt ja weiterhin pro Stück (bzw. Einheit).
Behebt #6 (redmine)