X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Felements%2Freport_cust_pay_or_refund.html;h=0462f1cd9ebb55e1dae02619b43f1e8940f85c4a;hb=54a357b171aa44f9399b4c146acd2afd3b686075;hp=ac63935a5f3648ac6f9033ac4fafcbfd53b73b98;hpb=2db5d3e1c4d5a48ad15b59efd2f66957937421aa;p=freeside.git diff --git a/httemplate/search/elements/report_cust_pay_or_refund.html b/httemplate/search/elements/report_cust_pay_or_refund.html index ac63935a5..0462f1cd9 100644 --- a/httemplate/search/elements/report_cust_pay_or_refund.html +++ b/httemplate/search/elements/report_cust_pay_or_refund.html @@ -13,7 +13,7 @@ Examples: ) -<& /elements/header.html, emt($title) &> +<& /elements/header.html, mt($title) &>
@@ -30,43 +30,33 @@ Examples: <% ucfirst(PL($name_singular)) %> of type: - +%# +%# + + + + + + + + + + - - - <% mt('Check #:') |h %> + <% mt('Check #:') |h %> + + + + + + <% mt('Transaction #:') |h %> - + @@ -83,7 +73,8 @@ Examples: <& /elements/tr-input-beginning_ending.html, - layout => 'horiz', + layout => 'horiz', + input_time => $conf->exists('report-cust_pay-select_time'), &>
@@ -133,6 +124,8 @@ my $name_singular = $opt{'name_singular'}; die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); +my $conf = new FS::Conf; + my $void = $cgi->param('void') ? 1 : 0; my $unapplied = $cgi->param('unapplied') ? 1 : 0;