diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-05-19 23:11:21 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-05-19 23:11:21 -0700 |
commit | 442bc38bc3cf8d95f0b39e42446a193ad0caaf31 (patch) | |
tree | fa83322b955c9619b960832483967b7d69bd1451 /FS | |
parent | 234cbab9e4f6e843b016ac56c79df895a425d962 (diff) |
agent-virtualize VoIP rates, RT#29183
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/rate.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/rate.pm b/FS/FS/rate.pm index 88e93b6f1..1b2236f65 100644 --- a/FS/FS/rate.pm +++ b/FS/FS/rate.pm @@ -3,7 +3,6 @@ package FS::rate; use strict; use vars qw( @ISA $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; @ISA = qw(FS::Record); |