[freeside-commits] branch FREESIDE_4_BRANCH updated. 88e0e89348227ca6d4acfefe5864d0c71085c86d

Ivan ivan at 420.am
Wed May 4 16:22:50 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  88e0e89348227ca6d4acfefe5864d0c71085c86d (commit)
      from  57aed0231a284b2ce96e5fcc76a183f73b7e21ab (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 88e0e89348227ca6d4acfefe5864d0c71085c86d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed May 4 16:22:48 2016 -0700

    bulk pkg change options, RT#41733

diff --git a/bin/part_pkg-bulk_change b/bin/part_pkg-bulk_change
index 2a0c348..24cf189 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 $opt_s $opt_S $opt_z $opt_Z );
+use vars qw( $opt_r $opt_m $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