diff options
Diffstat (limited to 'httemplate/edit/cust_main/cust_payby.html')
-rw-r--r-- | httemplate/edit/cust_main/cust_payby.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/httemplate/edit/cust_main/cust_payby.html b/httemplate/edit/cust_main/cust_payby.html index cf0ada982..589c6a77b 100644 --- a/httemplate/edit/cust_main/cust_payby.html +++ b/httemplate/edit/cust_main/cust_payby.html @@ -1,11 +1,13 @@ <% include('/edit/elements/edit.html', - 'embed' => $opt{cust_main}, - 'tablenum' => 1, - 'table' => 'cust_main', - 'labels' => { 'custpaybynum' => '', - #'locationnum' => ' ', - }, - 'fields' => [ + 'embed' => $opt{cust_main}, + 'tablenum' => 1, + 'table' => 'cust_main', + 'agent_virt' => 1, + 'html_table_class' => 'fsinnerbox', + 'labels' => { 'custpaybynum' => '', + #'locationnum' => ' ', + }, + 'fields' => [ { 'field' => 'custpaybynum', 'type' => 'cust_payby', 'colspan' => 6, @@ -16,7 +18,6 @@ 'm2_error_callback' => $m2_error_callback, }, ], - 'agent_virt' => 1, ) %> </DIV> |