RT# 75817 - Added the ability to set contacts password on the backend
[freeside.git] / httemplate / edit / cust_main-contacts.html
index bae58bd..7dedfe0 100644 (file)
@@ -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,
        },
      ],