Projekt

Allgemein

Profil

Fehler #6 » marge.patch

Bernd Bleßmann, 30.11.2018 10:11

Unterschiede anzeigen:

bin/mozilla/io.pl
} else {
$real_sellprice = $linetotal;
};
my $real_lastcost = $form->round_amount($form->{"lastcost_$i"} * $form->{"qty_$i"} / $price_factor, 2);
my $real_lastcost = $form->round_amount($form->{"lastcost_$i"} * $form->{"qty_$i"}, 2);
my $marge_percent_warn = $myconfig{marge_percent_warn} * 1 || 15;
my $marge_adjust_credit_note = $form->{type} eq 'credit_note' ? -1 : 1;
    (1-1/1)