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