X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fsearch%2Freport_cust_main.html;h=41266ae0a7b4e02e82c75bb079e3ceff97eed2eb;hb=ca121e95ebea9fd78f2a06cfdddb159463c8e47c;hp=50bc67b3dda625b1baa98b7433fac37717dbcad0;hpb=00aed756e1449f4d0847b1d05f96208d607b4711;p=freeside.git diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 50bc67b3d..41266ae0a 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -29,9 +29,16 @@ % } + + <% include( '/elements/tr-select-payby.html', + 'payby_type' => 'cust', + 'multiple' => 1, + 'curr_value' => { map { $_ => 1 } FS::payby->cust_payby }, + ) + %> <% include( '/elements/tr-input-lessthan_greaterthan.html', - label => 'Current Balance', + label => 'Current balance', field => 'current_balance', ) %> @@ -42,6 +49,10 @@ +   + + + Display options <% include( '/elements/tr-select-cust-fields.html' ) %> @@ -69,7 +80,7 @@ die "access denied" <%once> my %label = ( - 'signupdate' => 'Signup Date', + 'signupdate' => 'Signup date', );