diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-04-25 14:46:16 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-04-25 14:46:16 -0700 |
commit | ee84e9c23bdd1de35b33590a05d933e49922c811 (patch) | |
tree | 6522f9eb6acdba5c515204e49f53bb777d7697e2 | |
parent | d70cfa65d09780eeb9ff020e122b73634c5c6b35 (diff) |
add comment selection and change zero recurring flags, RT#41733
-rwxr-xr-x | bin/part_pkg-bulk_change | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/part_pkg-bulk_change b/bin/part_pkg-bulk_change index 6a72f93a9..2a0c348a6 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 ); +use vars qw( $opt_r $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); |