X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/38e2876fa8ab04fe1ee78aeaa415aa6e71c0f524..4bd1e2f8b588972f10f92728301feacefd5ee4dd:/bin/mozilla/ic.pl diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 906693126..0c1ab688d 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -1641,7 +1641,7 @@ sub form_header { # payment_terms => $form->{payment_terms}, # all_partsgroup => $form->{all_partsgroup}}); - $form->{show_edit_buttons} = $main::auth->check_right($form->{login}, 'part_service_assembly_edit'); + $form->{show_edit_buttons} = $main::auth->check_right($::myconfig{login}, 'part_service_assembly_edit'); print $form->parse_html_template('ic/form_header'); $lxdebug->leave_sub();