diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-12-30 01:43:16 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-12-30 01:43:16 -0800 |
commit | cb6cca67db487271ce96b49289ada58691a2067d (patch) | |
tree | 003581386f08c392c03ea7757907fa7d0992d857 /httemplate/edit/cust_main-contacts.html | |
parent | 6b4a2501a75964c864467a3bf85bbba039009049 (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.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main-contacts.html b/httemplate/edit/cust_main-contacts.html index cd83a2960..9f0654608 100644 --- a/httemplate/edit/cust_main-contacts.html +++ b/httemplate/edit/cust_main-contacts.html @@ -4,7 +4,7 @@ 'post_url' => popurl(1). 'process/cust_main-contacts.html', 'no_pkey_display' => 1, 'labels' => { - 'contactnum' => 'Contact', + 'contactnum' => ' ', #'Contact', #'locationnum' => ' ', }, 'fields' => [ @@ -13,7 +13,7 @@ 'colspan' => 6, 'm2m_method' => 'cust_contact', 'm2m_dstcol' => 'contactnum', - 'm2_label' => 'Contact', + 'm2_label' => ' ', #'Contact', 'm2_error_callback' => $m2_error_callback, }, ], |