self-service access for contacts, RT#25533
[freeside.git] / httemplate / edit / process / cust_main-contacts.html
index ed874a5..d902dee 100644 (file)
@@ -12,7 +12,9 @@
 %>
 <%init>
 
-my @contact_fields = qw( classnum first last title comment emailaddress );
+my @contact_fields = qw(
+  classnum first last title comment emailaddress selfservice_access
+);
 foreach my $phone_type ( qsearch({table=>'phone_type', order_by=>'weight'}) ) {
   push @contact_fields, 'phonetypenum'.$phone_type->phonetypenum;
 }