X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_pay.html;h=eca3d097551c6594c3ab86051a8ab066a5c07cf8;hp=d7cb0aec90938ddd92ffeff4e7b82081d2ca144f;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1 diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index d7cb0aec9..eca3d0975 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -1,78 +1,4 @@ -<% include('/elements/header.html', 'Payment report' ) %> - -
- - - - - - - - - - - - - - - - - <% include( '/elements/tr-select-agent.html', - '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', - ) - %> - -
Payments of type: - -
Check #: - -
- -
- - -
- -<% include('/elements/footer.html') %> -<%init> - -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); - - +<& elements/report_cust_pay_or_refund.html, + 'thing' => 'pay', + 'name_singular' => emt('payment'), +&>