diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2018-01-27 21:21:59 -0600 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-09-25 22:36:05 -0400 |
| commit | 774a522ebf772f28ccf3b19f531e2424c62fcc0f (patch) | |
| tree | c53970489aaab8f04f58a3d20945642f5fad0371 /httemplate/edit | |
| parent | 4af1201514d154f0f76c35085d6a9f33d85ecfdc (diff) | |
RT# 73421 Add allow messages flag message_dest to contact_email
Diffstat (limited to 'httemplate/edit')
| -rw-r--r-- | httemplate/edit/process/cust_main-contacts.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/edit/process/cust_main-contacts.html b/httemplate/edit/process/cust_main-contacts.html index 6e94a290f..6b7f1c2db 100644 --- a/httemplate/edit/process/cust_main-contacts.html +++ b/httemplate/edit/process/cust_main-contacts.html @@ -1,3 +1,11 @@ +<%doc> + + This form works indirectly with the tables contact_email and + contact_phone. The columns are updated against an FS::contact + object. The insert/update methods of FS::contact will make the + necessary inserts/updates to contact_email and contact_phone. + +</%doc> <% include('elements/process.html', 'table' => 'cust_main', 'error_redirect' => popurl(3). 'edit/cust_main-contacts.html', |
