X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_receivables.html;h=bfb016945a8e6d10b21855734f9117fce3a539b2;hb=2958ef6290556aa0528d4301725f90b57f49dc19;hp=56097534fd0ab5000da7329caca277d927ec45e0;hpb=f30ed1be7dccd91667712e586c517db6ab8f5b9d;p=freeside.git diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html index 56097534f..bfb016945 100755 --- a/httemplate/search/report_receivables.html +++ b/httemplate/search/report_receivables.html @@ -10,13 +10,18 @@ - <% include( '/elements/tr-select-agent.html' ) %> + <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %> + + <% include( '/elements/tr-select-cust_main-status.html', + 'label' => 'Customer Status' + ) + %> Customers - All customers (even those without an outstanding balance)
- Customers with a balance over days old + All customers (even those without an outstanding balance)
+ Customers with a balance over days old @@ -30,6 +35,7 @@ <%init> die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + unless $FS::CurrentUser::CurrentUser->access_right('Receivables report') + or $FS::CurrentUser::CurrentUser->access_right('Financial reports');