[freeside-commits] branch FREESIDE_3_BRANCH updated. 93cd3a291f74744fbba0a6eafda142ed069ce58e
Ivan Kohler
ivan at freeside.biz
Tue May 8 15:44:27 PDT 2018
The branch, FREESIDE_3_BRANCH has been updated
via 93cd3a291f74744fbba0a6eafda142ed069ce58e (commit)
from 489b07f487fc230e723618b9d1fe981cc8a620c2 (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 93cd3a291f74744fbba0a6eafda142ed069ce58e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue May 8 15:44:25 2018 -0700
show account services in address block list too, RT#79825
diff --git a/FS/FS/addr_block.pm b/FS/FS/addr_block.pm
index b8486fe98..f07de490b 100755
--- a/FS/FS/addr_block.pm
+++ b/FS/FS/addr_block.pm
@@ -6,6 +6,7 @@ use FS::Record qw( qsearchs qsearch dbh );
use FS::router;
use FS::addr_range;
use FS::svc_broadband;
+use FS::svc_acct;
use FS::Conf;
use FS::IP_Mixin;
use NetAddr::IP;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/addr_block.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list