X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Felements%2Freport_cust_pay_or_refund.html;fp=httemplate%2Fsearch%2Felements%2Freport_cust_pay_or_refund.html;h=0462f1cd9ebb55e1dae02619b43f1e8940f85c4a;hp=c79c3ab0b511e3508bd147d277d730e29d32da52;hb=c89f59f7093eb0a11d3a15854e35d5f78f4424be;hpb=b386703c6dee3eafb59f683710aa1aab27bf180e diff --git a/httemplate/search/elements/report_cust_pay_or_refund.html b/httemplate/search/elements/report_cust_pay_or_refund.html index c79c3ab0b..0462f1cd9 100644 --- a/httemplate/search/elements/report_cust_pay_or_refund.html +++ b/httemplate/search/elements/report_cust_pay_or_refund.html @@ -74,7 +74,7 @@ Examples: <& /elements/tr-input-beginning_ending.html, layout => 'horiz', - input_time => 1, + input_time => $conf->exists('report-cust_pay-select_time'), &>
@@ -124,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;