From 9a017555a87b48ffb4bef7363203b9bfe654f589 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 22 Jan 2008 16:11:32 +0000 Subject: [PATCH] Bei Lieferscheinen muss der Preisfaktor versteckt mitgeschleift werden. --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 2ca9f020c..e66c73506 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -327,7 +327,7 @@ sub display_row { if ($is_delivery_order) { map { $form->{"${_}_${i}"} = $form->format_amount(\%myconfig, $form->{"${_}_${i}"}) } qw(sellprice discount); - push @hidden_vars, qw(sellprice discount); + push @hidden_vars, qw(sellprice discount price_factor_id); push @hidden_vars, "stock_${stock_in_out}_sum_qty", "stock_${stock_in_out}"; } -- 2.20.1