[freeside-commits] branch master updated. 7cc33e5bec877c6712ca4c374393ab9952a20e82
Ivan Kohler
ivan at freeside.biz
Wed Dec 20 11:33:02 PST 2017
The branch, master has been updated
via 7cc33e5bec877c6712ca4c374393ab9952a20e82 (commit)
from 7f5987962e31731e57ddeabb1fd20d65324f7e72 (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 7cc33e5bec877c6712ca4c374393ab9952a20e82
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Dec 20 11:33:00 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