X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_pay.html;h=eca3d097551c6594c3ab86051a8ab066a5c07cf8;hp=06271313f0ac1ac215154d1fa16b915e255b4d8f;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hpb=5836672804f6285e914061b18bcb8d18139e4783 diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index 06271313f..eca3d0975 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -1,79 +1,4 @@ -<% include('/elements/header.html', 'Payment report' ) %> - -
- - - - - - - - - - - - - - - - - <% include( '/elements/tr-select-agent.html', - 'curr_value' => scalar($cgi->param('agentnum')), - 'label' => 'for agent: ', - 'disable_empty' => 0, - ) - %> - - <% 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'), +&>