[freeside-commits] branch FREESIDE_4_BRANCH updated. ee84e9c23bdd1de35b33590a05d933e49922c811
Ivan
ivan at 420.am
Mon Apr 25 14:46:17 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via ee84e9c23bdd1de35b33590a05d933e49922c811 (commit)
from d70cfa65d09780eeb9ff020e122b73634c5c6b35 (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 ee84e9c23bdd1de35b33590a05d933e49922c811
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Apr 25 14:46:16 2016 -0700
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 6a72f93..2a0c348 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);
-----------------------------------------------------------------------
Summary of changes:
bin/part_pkg-bulk_change | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list