projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a205ffe
)
allow open pay_batches to be included in search
author
Mark Wells
<mark@freeside.biz>
Fri, 22 Mar 2013 21:02:04 +0000
(14:02 -0700)
committer
Mark Wells
<mark@freeside.biz>
Fri, 22 Mar 2013 21:02:04 +0000
(14:02 -0700)
httemplate/search/pay_batch.cgi
patch
|
blob
|
history
diff --git
a/httemplate/search/pay_batch.cgi
b/httemplate/search/pay_batch.cgi
index
00c6ba1
..
620996a
100755
(executable)
--- a/
httemplate/search/pay_batch.cgi
+++ b/
httemplate/search/pay_batch.cgi
@@
-150,8
+150,8
@@
my($begin, $end) = ( '', '' );
my @where;
my($beginning,$ending) = FS::UI::Web::parse_beginning_ending($cgi);
-push @where, "
download >= $beginning",
-
"download <= $ending"
;
+push @where, "
( (download >= $beginning AND download <= $ending) ".
+
' OR download IS NULL )'
;
my @status;
if ( $cgi->param('open') ) {