X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_pay.html;h=eca3d097551c6594c3ab86051a8ab066a5c07cf8;hp=b32b1287efbbb9a51c547334d529897655c1f892;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hpb=f145ba710c004d0735caae621004d2776b178a6e diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index b32b1287e..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', - ($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'), +&>