From c151ba885ac874002c1d13d786a6eabb87918644 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 2 Oct 2009 10:14:42 +0200 Subject: [PATCH] =?utf8?q?Den=20Eintrag=20f=C3=BCr=20"Verk=C3=A4uer/in"=20?= =?utf8?q?nicht=20mit=20einer=20uninitialisierten=20Variablen=20=C3=BCbers?= =?utf8?q?chreiben.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix für Bug 1055. --- bin/mozilla/do.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index 80e38e860..d67a1b93a 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -185,8 +185,6 @@ sub order_links { $form->{employee} = "$form->{employee}--$form->{employee_id}"; - $form->{salesman_id} = $salesman_id if ($editing); - $lxdebug->leave_sub(); } -- 2.20.1