From 2c757d7db4cb6a7b9655de13206fcc84fb7ce61f Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 14 May 2006 16:47:31 +0000 Subject: first part of ACL and re-skinning work and some other small stuff --- FS/FS/agent_type.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FS/FS/agent_type.pm') diff --git a/FS/FS/agent_type.pm b/FS/FS/agent_type.pm index 968b3b7..b28c572 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 -- cgit v1.1