[freeside-commits] branch FREESIDE_3_BRANCH updated. 95ea28727a29f53f945dd0c68fda95ec1f6e4560
Ivan Kohler
ivan at freeside.biz
Tue Nov 13 09:39:24 PST 2018
The branch, FREESIDE_3_BRANCH has been updated
via 95ea28727a29f53f945dd0c68fda95ec1f6e4560 (commit)
from 206ae45f19e24886aa203f66a732f69632693cfb (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 95ea28727a29f53f945dd0c68fda95ec1f6e4560
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Nov 13 09:39:23 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 a8a1860a4..813c0befe 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