From c9450c02f7ac2f904a6ffabb07b6b2d5bca1fd4a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 30 Dec 2013 01:43:30 -0800 Subject: self-service access for contacts, RT#25533 --- httemplate/edit/process/cust_main-contacts.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'httemplate/edit/process') 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; } -- cgit v1.2.1