X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_pay.html;h=d7cb0aec90938ddd92ffeff4e7b82081d2ca144f;hb=c545a57d21341c49674defed65a4243f07b5ebaf;hp=f9875e20cdd5ba9ebb10814c9debe63649a5025d;hpb=3ce7691203a7737406bf2d4442f7fd84b81f847e;p=freeside.git diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index f9875e20c..d7cb0aec9 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -8,7 +8,7 @@ Payments of type: - @@ -25,14 +25,43 @@ + + + + Check #: + + + + + <% include( '/elements/tr-select-agent.html', - $cgi->param('agentnum'), - 'label' => 'for agent: ', + 'curr_value' => scalar($cgi->param('agentnum')), + 'label' => 'for agent: ', ) %> <% include( '/elements/tr-input-beginning_ending.html' ) %> + <% include( '/elements/tr-input-lessthan_greaterthan.html', + 'label' => 'Amount', + 'field' => 'paid', + ) + %> +
@@ -41,3 +70,9 @@ <% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +