[freeside-commits] branch FREESIDE_3_BRANCH updated. f3e8bf05d7781fcaf22ea28d92be236e3f794034

Ivan ivan at 420.am
Mon Apr 25 14:46:26 PDT 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  f3e8bf05d7781fcaf22ea28d92be236e3f794034 (commit)
      from  055f426339c9451fae6f6db6569ceb10634bf06c (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 f3e8bf05d7781fcaf22ea28d92be236e3f794034
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Apr 25 14:46:24 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 f6d8b6c..0c7bc1d 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 );
+use vars qw( $opt_r $opt_p $opt_o $opt_v $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