[freeside-commits] branch FREESIDE_2_3_BRANCH updated. ba10db86bf541ac72be47de1e9aa5e7d43dc29b6
Ivan
ivan at 420.am
Thu Jan 16 02:38:07 PST 2014
The branch, FREESIDE_2_3_BRANCH has been updated
via ba10db86bf541ac72be47de1e9aa5e7d43dc29b6 (commit)
from 452b1135adcffac04acc10ead2bff1d3a280ca2b (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 ba10db86bf541ac72be47de1e9aa5e7d43dc29b6
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jan 16 02:38:05 2014 -0800
quiet warning on upgrade
diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index 3e018ff..aca8c78 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