X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fcontact.html;h=a9e1f23c977d787cf5f432e0459057699f0c9e24;hb=609e7cb967020e23f147f4e1b475fed97e37db30;hp=199f5cb535ac493aaf1d86837124bdc02efa7ed8;hpb=088d455c563ca3b75be357727622d968e49b3ed1;p=freeside.git diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index 199f5cb53..a9e1f23c9 100644 --- a/httemplate/elements/contact.html +++ b/httemplate/elements/contact.html @@ -145,7 +145,6 @@ tie my %label, 'Tie::IxHash', 'last' => 'Last name', 'title' => 'Title/Position', 'emailaddress' => 'Email', - 'selfservice_access' => 'Self-service' ; unless ($opt{'for_prospect'}) { @@ -180,6 +179,6 @@ my $js = qq( else { document.getElementById("changepw$id\_password").disabled = 'true'; } return false; } -); +) unless $opt{'for_prospect'};