RT# 75357 - v3 fix for creating contact rows in prospects
[freeside.git] / httemplate / elements / contact.html
index 199f5cb..a9e1f23 100644 (file)
@@ -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'};
 
 </%init>