summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main-contacts.html
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/cust_main-contacts.html
parent6033d0297f7e50318b76f83c5b61f05110e58e33 (diff)
self-service access for contacts, RT#25533
Diffstat (limited to 'httemplate/edit/cust_main-contacts.html')
-rw-r--r--httemplate/edit/cust_main-contacts.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main-contacts.html b/httemplate/edit/cust_main-contacts.html
index bae58bd33..381cdc2ea 100644
--- a/httemplate/edit/cust_main-contacts.html
+++ b/httemplate/edit/cust_main-contacts.html
@@ -3,7 +3,7 @@
'table' => 'cust_main',
'post_url' => popurl(1). 'process/cust_main-contacts.html',
'labels' => { 'custnum' => ' ', #XXX supress this line entirely, its being redundant
- 'contactnum' => 'Contact',
+ 'contactnum' => ' ', #'Contact',
#'locationnum' => '&nbsp;',
},
'fields' => [
@@ -12,7 +12,7 @@
'colspan' => 6,
'm2m_method' => 'cust_contact',
'm2m_dstcol' => 'contactnum',
- 'm2_label' => 'Contact',
+ 'm2_label' => ' ', #'Contact',
'm2_error_callback' => $m2_error_callback,
},
],