[freeside-commits] branch FREESIDE_4_BRANCH updated. 258befe43be00ed61993c2f191d7cf092359f65f
Ivan Kohler
ivan at freeside.biz
Wed Dec 20 11:33:06 PST 2017
The branch, FREESIDE_4_BRANCH has been updated
via 258befe43be00ed61993c2f191d7cf092359f65f (commit)
from a2a3673ac29e47b0eff05ae8469097aaa5f69e3c (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 258befe43be00ed61993c2f191d7cf092359f65f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Dec 20 11:33:04 2017 -0800
add -k skip_pkgpart, RT#79001
diff --git a/bin/bulk_void b/bin/bulk_void
index 01fa3fe4b..f31eea5cd 100755
--- a/bin/bulk_void
+++ b/bin/bulk_void
@@ -8,7 +8,7 @@ use File::Slurp;
use FS::Misc::Getopt;
use FS::Record qw(qsearch qsearchs dbh);
-getopts('cpiXr:t:u:v');
+getopts('cpiXr:t:u:vk:');
my $dbh = dbh;
$FS::UID::AutoCommit = 0;
-----------------------------------------------------------------------
Summary of changes:
bin/bulk_void | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list