X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main-contacts.html;h=7dedfe04da2ec2c293128a0a39969313a824fd2f;hb=6016bc83d369186275044bd8539f66a3cb03c4cb;hp=bae58bd332a686626b8cdec1abf8cea5306d39de;hpb=0456422b9eaf771e8c27cfb4ef4a0dd7e6f926f8;p=freeside.git diff --git a/httemplate/edit/cust_main-contacts.html b/httemplate/edit/cust_main-contacts.html index bae58bd33..7dedfe04d 100644 --- a/httemplate/edit/cust_main-contacts.html +++ b/httemplate/edit/cust_main-contacts.html @@ -3,16 +3,17 @@ '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' => ' ', }, 'fields' => [ { 'field' => 'contactnum', 'type' => 'contact', 'colspan' => 6, + 'custnum' => $custnum, 'm2m_method' => 'cust_contact', 'm2m_dstcol' => 'contactnum', - 'm2_label' => 'Contact', + 'm2_label' => ' ', #'Contact', 'm2_error_callback' => $m2_error_callback, }, ],