X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/c9b8ad08645675a40f96bdeaa23b1d0e62d772e6..d778a9a9ccb3f781b3924fbcff22a54ec64c8c2d:/bin/mozilla/ct.pl
diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl
index e5ba1ddf8..08d825862 100644
--- a/bin/mozilla/ct.pl
+++ b/bin/mozilla/ct.pl
@@ -661,7 +661,7 @@ sub form_header {
"$form->{script}?login=$form->{login}&password=$form->{password}&action=get_contact";
my $pjx = new CGI::Ajax( 'get_contact' => $get_contact_url );
- $form->{selectcontact} = "";
+ $form->{selectcontact} = "";
if (@{ $form->{CONTACTS} }) {
foreach $item (@{ $form->{CONTACTS} }) {
if ($item->{cp_id} == $form->{cp_id}) {