From: Bernd Bleßmann Date: Thu, 4 Jun 2020 10:01:57 +0000 (+0200) Subject: Workflow Rechnung->Auftrag (neuer Controller). Rabatt nicht mehr umrechnen X-Git-Tag: release-3.5.6.1~184 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=32753c88522343230971699624b80a27f6ea1746;p=kivitendo-erp.git Workflow Rechnung->Auftrag (neuer Controller). Rabatt nicht mehr umrechnen Das passiert jetzt in _make_record_item (siehe auch "make_record(_item): discount-Feld richtig behandeln", commit cd6bfeee2bf076f15f9fdf57806a7c42bdf1760e). Dadurch wurde der Rabatt zweimal durch 100 geteilt. --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 377423d43..31f51fc4f 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -919,7 +919,6 @@ sub order { $item->price_factor_id(undef) if !$item->price_factor_id; $item->project_id(undef) if !$item->project_id; - $item->discount($item->discount/100.0); # autovivify all cvars that are not in the form (cvars_by_config can do it). # workaround to pre-parse number-cvars (parse_custom_variable_values does not parse number values).