diff options
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, }, ], |