From: Ivan Kohler Date: Mon, 25 Apr 2016 21:46:15 +0000 (-0700) Subject: add comment selection and change zero recurring flags, RT#41733 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=0ff3950a9293b9055363c327816276ff45268d82 add comment selection and change zero recurring flags, RT#41733 --- 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);