From: ivan Date: Wed, 22 Apr 2009 06:52:13 +0000 (+0000) Subject: perhaps a happier medium, RT#4412 X-Git-Tag: freeside_1_9_1^2~469 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c9021dc97f2d50e9818afa685c9da37ae3b57df4;p=freeside.git perhaps a happier medium, RT#4412 --- diff --git a/FS/FS/Cron/bill.pm b/FS/FS/Cron/bill.pm index 653701822..899b117b3 100644 --- a/FS/FS/Cron/bill.pm +++ b/FS/FS/Cron/bill.pm @@ -111,7 +111,7 @@ END "SELECT custnum FROM cust_main". " WHERE ". join(' AND ', @search). " AND custnum > $prev_custnum ". - " ORDER BY custnum LIMIT 100 " + " ORDER BY custnum LIMIT 1000 " ) or die dbh->errstr; $sth->execute or die $sth->errstr;