summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_main-contacts.html
blob: 10ec3638f0a2638bdd746c96cf5cdacbff3c3b28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% include('elements/process.html',
     'table'          => 'cust_main',
     'error_redirect' => popurl(3). 'edit/cust_main-contacts.html?',
     'agent_virt'     => 1,
     'skip_process'   => 1, #we don't want to make any changes to cust_main
     'process_o2m' => {
       'table'  => 'contact',
       'fields' => FS::contact->cgi_contact_fields,
     },
     'redirect' => popurl(3). 'view/cust_main.cgi?',
   )
%>