X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fagent_type.pm;fp=FS%2FFS%2Fagent_type.pm;h=b28c5728525141b04a565d2beaf7262c544ec571;hp=968b3b72e942fbef198908a313a61cb9e8112fda;hb=2c757d7db4cb6a7b9655de13206fcc84fb7ce61f;hpb=c46235292c6bf929615ac28fc48c1d5609ce4590 diff --git a/FS/FS/agent_type.pm b/FS/FS/agent_type.pm index 968b3b72e..b28c57285 100644 --- a/FS/FS/agent_type.pm +++ b/FS/FS/agent_type.pm @@ -3,10 +3,11 @@ package FS::agent_type; use strict; use vars qw( @ISA ); use FS::Record qw( qsearch ); +use FS::m2m_Common; use FS::agent; use FS::type_pkgs; -@ISA = qw( FS::Record ); +@ISA = qw( FS::m2m_Common FS::Record ); =head1 NAME