From a19b92d1f0efeb313b18517452693b35e147063b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 6 Nov 2009 15:43:02 +0100 Subject: [PATCH] Projekte bei Suche auch dann erinnern, wenn Dropdownbox --- bin/mozilla/oe.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 95ccfa688..d68c04fd5 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -782,7 +782,7 @@ sub orders { my @hidden_variables = map { "l_${_}" } @columns; push @hidden_variables, "l_subtotal", $form->{vc}, qw(l_closed l_notdelivered open closed delivered notdelivered ordnumber quonumber transaction_description transdatefrom transdateto type vc employee_id salesman_id - reqdatefrom reqdateto projectnumber); + reqdatefrom reqdateto projectnumber project_id); my $href = build_std_url('action=orders', grep { $form->{$_} } @hidden_variables); -- 2.20.1