[freeside-commits] branch master updated. c5d6baa090e98dc6151455f4239e0c162eddbdb3
Ivan
ivan at 420.am
Wed May 4 16:22:46 PDT 2016
The branch, master has been updated
via c5d6baa090e98dc6151455f4239e0c162eddbdb3 (commit)
from 964e4fc98f070a1744fe0313f44309baa8f4fb15 (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 c5d6baa090e98dc6151455f4239e0c162eddbdb3
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed May 4 16:22:45 2016 -0700
bulk pkg change options, RT#41733
diff --git a/bin/part_pkg-bulk_change b/bin/part_pkg-bulk_change
index 2a0c348..24cf189 100755
--- a/bin/part_pkg-bulk_change
+++ b/bin/part_pkg-bulk_change
@@ -1,7 +1,7 @@
#!/usr/bin/perl
use strict;
-use vars qw( $opt_r $opt_p $opt_o $opt_v $opt_t $opt_s $opt_S $opt_z $opt_Z );
+use vars qw( $opt_r $opt_m $opt_p $opt_o $opt_v $opt_t $opt_s $opt_S $opt_z $opt_Z );
use Getopt::Std;
use FS::UID qw(adminsuidsetup);
use FS::Record qw(qsearch qsearchs);
-----------------------------------------------------------------------
Summary of changes:
bin/part_pkg-bulk_change | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list