[freeside-commits] branch master updated. 8b0ac664249e4847db8853eac5c4b28d94770294

Ivan ivan at 420.am
Thu Jan 16 02:38:01 PST 2014


The branch, master has been updated
       via  8b0ac664249e4847db8853eac5c4b28d94770294 (commit)
      from  997a69c08b78e7b3c517b668232a73ba918cf55f (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 8b0ac664249e4847db8853eac5c4b28d94770294
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jan 16 02:37:59 2014 -0800

    quiet warning on upgrade

diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index d7015dd..7b3ca3f 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -5,6 +5,7 @@ use vars qw( @ISA );
 use Tie::IxHash;
 use FS::Record qw( qsearch qsearchs );
 use FS::upgrade_journal;
+use FS::access_group;
 
 @ISA = qw(FS::Record);
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/access_right.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list