summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-12-30 01:43:30 -0800
committerIvan Kohler <ivan@freeside.biz>2013-12-30 01:43:30 -0800
commitc9450c02f7ac2f904a6ffabb07b6b2d5bca1fd4a (patch)
tree00af6b8101403aeb051b5f6db1f82a7baf982e6c /httemplate/edit/process
parent6033d0297f7e50318b76f83c5b61f05110e58e33 (diff)
self-service access for contacts, RT#25533
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/cust_main-contacts.html4
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;
}