From cae6316e718234083b892b042e61714ceb13b0ca Mon Sep 17 00:00:00 2001 From: Philip Reetz Date: Wed, 13 Jun 2007 18:07:25 +0000 Subject: [PATCH] bei oe suche wurde der Mitarbeiter nicht im callback mitgefuehrt --- 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 54596337a..6281afe4d 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -1647,7 +1647,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); + transaction_description transdatefrom transdateto type vc employee_id); my $href = build_std_url('action=orders', grep { $form->{$_} } @hidden_variables); -- 2.20.1