From: Ivan Kohler Date: Sun, 29 Dec 2013 01:24:04 +0000 (-0800) Subject: autoload methods returning foreign records, RT#13971 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f8b3592d2808827dcef2b5d4821d0757bab5c518;p=freeside.git autoload methods returning foreign records, RT#13971 --- diff --git a/FS/FS/contact.pm b/FS/FS/contact.pm index 735fe138f..3f73bd63c 100644 --- a/FS/FS/contact.pm +++ b/FS/FS/contact.pm @@ -3,6 +3,7 @@ use base qw( FS::Record ); use strict; use FS::Record qw( qsearchs dbh ); # qw( qsearch qsearchs dbh ); +use FS::contact_phone; =head1 NAME