X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/648c78122b8e461afe12c840c639704f0fb33368..385b3e28ee5eefd9e684be965c7922be8e7efd9c:/bin/mozilla/do.pl diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index 678c29c39..cc04f5789 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -301,10 +301,7 @@ sub form_header { $form->header(); # Fix für Bug 1082 Erwartet wird: 'abteilungsNAME--abteilungsID' - # Und Fix für Bug 1760, die Abteilung kommt 2012 wieder korrekt hoch - # keine ahnung warum: get_departments unverändert, do/form_header.html unverändert und - # diese routine hier auch. Also erstmal wieder raus, falls jmd. eine Idee hat ... jan ;-) - #$form->{department} .= '--' . $form->{department_id}; + $form->{department} .= '--' . $form->{department_id}; print $form->parse_html_template('do/form_header');