X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Fcust_payby.html;h=589c6a77bfb5292fa43e6c150b23c97885ed1186;hb=aad287228dfbe5ef01be73ebaaa9a06dfbe11226;hp=cf0ada982c11a5c76bba9bb0fccb857a6b4e81bb;hpb=a4d4d3df88b33a6db30b565921f6d62efb252351;p=freeside.git 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, ) %>