diff options
Diffstat (limited to 'FS/FS/Cron/bill.pm')
-rw-r--r-- | FS/FS/Cron/bill.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Cron/bill.pm b/FS/FS/Cron/bill.pm index 5aeb03a68..7f79b4dd5 100644 --- a/FS/FS/Cron/bill.pm +++ b/FS/FS/Cron/bill.pm @@ -107,7 +107,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; |