X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_refund.html;h=fe84cf6e2a5f8428af0b5fa1e4678c2663a4613b;hp=2197593da4cfc00e587628daa5d0c77218ab6c44;hb=c3da5cf1caa244937d280e0f406927103beef148;hpb=432baf42fed3c38b150a12f662e7152d51cbb044 diff --git a/httemplate/search/report_cust_refund.html b/httemplate/search/report_cust_refund.html index 2197593da..fe84cf6e2 100644 --- a/httemplate/search/report_cust_refund.html +++ b/httemplate/search/report_cust_refund.html @@ -1,114 +1,4 @@ -<% include('/elements/header.html', $title ) %> - -
- - - - - - - - - - - - - - - - - - - - - <% include( '/elements/tr-select-agent.html', - 'curr_value' => scalar($cgi->param('agentnum')), - 'label' => 'for agent: ', - 'disable_empty' => 0, - ) - %> - - - - - - -% if ( $void ) { - - - - -% } - - <% include( '/elements/tr-input-lessthan_greaterthan.html', - 'label' => 'Amount', - 'field' => 'paid', - ) - %> - -
- Search options -
Refunds of type: - -
Check #: - -
Refund - - <% include( '/elements/tr-input-beginning_ending.html', - layout => 'horiz', - ) - %> -
-
Voided - - <% include( '/elements/tr-input-beginning_ending.html', - prefix => 'void', - layout => 'horiz', - ) - %> -
-
- -
- - -
- -<% include('/elements/footer.html') %> -<%init> - -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); - -my $void = $cgi->param('void') ? 1 : 0; - -my $title = $void ? 'Voided refund report' : 'Refund report'; - - +<& elements/report_cust_pay_or_refund.html, + 'thing' => 'refund', + 'name_singular' => emt('refund'), +&>