X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fdo.pl;h=d67a1b93a220cd80bfdb210364f35b27bbe3dbab;hb=b3bde077a6df1550915b1433b2cabb4cf74ab681;hp=ebaffc640ff0d8eca4df1224e19636e856b4051e;hpb=d370f2a1cbf494a16bf2d575f1310d9917193f5d;p=kivitendo-erp.git diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index ebaffc640..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(); } @@ -279,6 +277,9 @@ sub form_header { } $form->header(); + # Fix für Bug 1082 Erwartet wird: 'abteilungsNAME--abteilungsID' + $form->{department} .= '--' . $form->{department_id}; + print $form->parse_html_template('do/form_header'); $lxdebug->leave_sub();