summaryrefslogtreecommitdiff
path: root/FS/FS/agent.pm
diff options
context:
space:
mode:
authorivan <ivan>2008-11-13 02:22:04 +0000
committerivan <ivan>2008-11-13 02:22:04 +0000
commit8a00b4c10743a314f4a298879141b60d6096eb3b (patch)
tree69867a42784bed2688ae56af882e34524ea0fbc6 /FS/FS/agent.pm
parent158129233ebfb53031315689f0b533fea407df09 (diff)
add ability to view/edit access groups of an agent
Diffstat (limited to 'FS/FS/agent.pm')
-rw-r--r--FS/FS/agent.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/agent.pm b/FS/FS/agent.pm
index 4166a7c..ff0a2b1 100644
--- a/FS/FS/agent.pm
+++ b/FS/FS/agent.pm
@@ -10,7 +10,7 @@ use FS::agent_type;
use FS::reg_code;
use FS::TicketSystem;
-@ISA = qw( FS::Record );
+@ISA = qw( FS::m2m_Common FS::Record );
=head1 NAME