summaryrefslogtreecommitdiff
path: root/FS/FS/rate.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-05-19 23:12:53 -0700
committerIvan Kohler <ivan@freeside.biz>2014-05-19 23:12:53 -0700
commit8d721fe41f149c94c5678d11b5dbabf2b09a8be7 (patch)
tree12f9e8aa73ab9a9d465fd15482dd19d9a846a662 /FS/FS/rate.pm
parent462d435510a5ce6b264220d92d84902f05881ba2 (diff)
agent-virtualize VoIP rates, RT#29183
Diffstat (limited to 'FS/FS/rate.pm')
-rw-r--r--FS/FS/rate.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/rate.pm b/FS/FS/rate.pm
index b2348ca..aef9d8b 100644
--- a/FS/FS/rate.pm
+++ b/FS/FS/rate.pm
@@ -4,7 +4,6 @@ use base qw(FS::Record);
use strict;
use vars qw( $DEBUG );
use FS::Record qw( qsearch qsearchs dbh fields );
-#use FS::agent; #causes a weird dep loop in freeside-cdrrated, only needed for v3-style manual FK-checking, so, probably not bother
use FS::rate_detail;
$DEBUG = 0;