[freeside-commits] branch FREESIDE_4_BRANCH updated. 3d262a9f8af976a08152a9fbc70cbcdbbf3b305e
Ivan Kohler
ivan at freeside.biz
Tue Nov 13 09:39:21 PST 2018
The branch, FREESIDE_4_BRANCH has been updated
via 3d262a9f8af976a08152a9fbc70cbcdbbf3b305e (commit)
from c6670629cf1284990114c6def591f228f7b27c9d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3d262a9f8af976a08152a9fbc70cbcdbbf3b305e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Nov 13 09:39:20 2018 -0800
add option for multi-process billing to queue additional jobs for the same customer instead of skipping them, RT#81698
diff --git a/FS/FS/Cron/bill.pm b/FS/FS/Cron/bill.pm
index b0d1f32cc..19baac062 100644
--- a/FS/FS/Cron/bill.pm
+++ b/FS/FS/Cron/bill.pm
@@ -130,7 +130,7 @@ sub bill {
die $error if $error;
#wait until the earler jobs complete
- foreach $waiting_queue (@waiting) {
+ foreach my $waiting_queue (@waiting) {
$queue->depend_insert($waiting_queue->jobnum);
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Cron/bill.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list