[freeside-commits] branch FREESIDE_3_BRANCH updated. 661bc3f13e782f21099dc9cc1b7fa28c4ea251e7

Ivan Kohler ivan at freeside.biz
Wed Dec 20 11:33:11 PST 2017


The branch, FREESIDE_3_BRANCH has been updated
       via  661bc3f13e782f21099dc9cc1b7fa28c4ea251e7 (commit)
      from  a2513350a21ff9000b36ed5e892b18ecdc514712 (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 661bc3f13e782f21099dc9cc1b7fa28c4ea251e7
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Dec 20 11:33:08 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