[freeside-commits] branch master updated. e0cf62af2fde538fbb13487bf0def38ab42b89c0
Ivan Kohler
ivan at freeside.biz
Tue Nov 13 09:39:17 PST 2018
The branch, master has been updated
via e0cf62af2fde538fbb13487bf0def38ab42b89c0 (commit)
from b71b1576c68bc40ad26592b354feace37a029f0e (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 e0cf62af2fde538fbb13487bf0def38ab42b89c0
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Nov 13 09:39:16 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