X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fct.pl;h=56fad897f7b5c85cc4870b88bcbde7f25c685dfe;hb=4c2604b36cd37edf2683420c09a117298fe300ea;hp=a86a4568408463d44e72ee7d9bfde2d6c2166b62;hpb=3635a3730b79523a44f52713b026957112125284;p=kivitendo-erp.git diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index a86a45684..56fad897f 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -115,9 +115,6 @@ sub search_contact { $::lxdebug->enter_sub; $::auth->assert('customer_vendor_edit'); - my $form = $main::form; - my $locale = $main::locale; - $::form->{CUSTOM_VARIABLES} = CVar->get_configs('module' => 'Contacts'); ($::form->{CUSTOM_VARIABLES_FILTER_CODE}, $::form->{CUSTOM_VARIABLES_INCLUSION_CODE}) = CVar->render_search_options('variables' => $::form->{CUSTOM_VARIABLES}, @@ -125,7 +122,7 @@ sub search_contact { 'filter_prefix' => 'filter.', 'include_value' => 'Y'); - $form->{title} = $locale->text('Search contacts'); + $::form->{title} = $::locale->text('Search contacts'); $::form->header; print $::form->parse_html_template('ct/search_contact');