diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-04-25 14:46:15 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-04-25 14:46:15 -0700 |
commit | 0ff3950a9293b9055363c327816276ff45268d82 (patch) | |
tree | e4f8c220f616e59c524ca55e40cc51fa04fe038e /bin | |
parent | 5c3409b2a987a9a6fc6ca77bcaceb4b7cefa03de (diff) |
add comment selection and change zero recurring flags, RT#41733
Diffstat (limited to 'bin')
-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); |