X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Felements%2Freport_cust_pay_or_refund.html;h=cdbcee2341ce1d7eb00547b5d60c68636cfbabd6;hb=1a67fad0119e58b139307d866d8c331d9f41f014;hp=a2b90b47db97f0a6c800907cbb33c03d6022795d;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;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 a2b90b47d..cdbcee234 100644 --- a/httemplate/search/elements/report_cust_pay_or_refund.html +++ b/httemplate/search/elements/report_cust_pay_or_refund.html @@ -30,43 +30,34 @@ Examples: <% ucfirst(PL($name_singular)) %> of type: - +%# +%# + + + + + + + + + + + - - - <% mt('Check #:') |h %> + <% mt('Check #:') |h %> + + + + + + <% mt('Transaction #:') |h %> - + @@ -83,7 +74,8 @@ Examples: <& /elements/tr-input-beginning_ending.html, - layout => 'horiz', + layout => 'horiz', + input_time => $conf->exists('report-cust_pay-select_time'), &>
@@ -133,6 +125,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;