From 32753c88522343230971699624b80a27f6ea1746 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Thu, 4 Jun 2020 12:01:57 +0200 Subject: [PATCH] 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. --- bin/mozilla/io.pl | 1 - 1 file changed, 1 deletion(-) 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). -- 2.20.1