diff options
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/cust_main-contacts.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/edit/process/cust_main-contacts.html b/httemplate/edit/process/cust_main-contacts.html index ed874a55e..d902dee09 100644 --- a/httemplate/edit/process/cust_main-contacts.html +++ b/httemplate/edit/process/cust_main-contacts.html @@ -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; } |