[freeside-commits] branch master updated. 0ff3950a9293b9055363c327816276ff45268d82
Ivan
ivan at 420.am
Mon Apr 25 14:46:16 PDT 2016
The branch, master has been updated
via 0ff3950a9293b9055363c327816276ff45268d82 (commit)
from 5c3409b2a987a9a6fc6ca77bcaceb4b7cefa03de (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 0ff3950a9293b9055363c327816276ff45268d82
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Apr 25 14:46:15 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