diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-09-12 04:28:25 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-09-12 04:28:25 -0700 |
commit | d046cb57be3c1a74362d15e90486239cc8a5f4d7 (patch) | |
tree | 040eb0cb25fbaab97cf988bf6a3a7473bf8bc3c2 /httemplate/edit/cust_main-contacts.html | |
parent | cc401559d97ade5a8a87afdb741195626bbdd0c4 (diff) |
multiple payment options, RT#23741
Diffstat (limited to 'httemplate/edit/cust_main-contacts.html')
-rw-r--r-- | httemplate/edit/cust_main-contacts.html | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/httemplate/edit/cust_main-contacts.html b/httemplate/edit/cust_main-contacts.html index bae58bd33..cd83a2960 100644 --- a/httemplate/edit/cust_main-contacts.html +++ b/httemplate/edit/cust_main-contacts.html @@ -1,8 +1,9 @@ -<% include('elements/edit.html', +<& elements/edit.html, 'name_singular' => 'customer contacts', #yes, we're editing all of them 'table' => 'cust_main', - 'post_url' => popurl(1). 'process/cust_main-contacts.html', - 'labels' => { 'custnum' => ' ', #XXX supress this line entirely, its being redundant + 'post_url' => popurl(1). 'process/cust_main-contacts.html', + 'no_pkey_display' => 1, + 'labels' => { 'contactnum' => 'Contact', #'locationnum' => ' ', }, @@ -20,17 +21,17 @@ #'edit_callback' => $edit_callback, #'error_callback' => $error_callback, 'agent_virt' => 1, - 'menubar' => [], #remove "view all" link + 'menubar' => [], #remove "view all" link #XXX it would be nice if this could instead be after the error but before # the table - 'html_init' => include('/elements/small_custview.html', - $custnum, - $conf->config('countrydefault') || 'US', - 1, #no balance - ), - ) -%> + 'html_init' => include('/elements/small_custview.html', + $custnum, + $conf->config('countrydefault') || 'US', + 1, #no balance + ). + '<BR>', +&> <%init> my $curuser = $FS::CurrentUser::CurrentUser; |