invoice_sections_with_taxes per-agent, RT#79636
[freeside.git] / httemplate / edit / cust_main-contacts.html
index cd83a29..3b7eb07 100644 (file)
@@ -4,16 +4,17 @@
      'post_url'        => popurl(1). 'process/cust_main-contacts.html',
      'no_pkey_display' => 1,
      'labels'          => {
-                            '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,
        },
      ],