diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-12-28 17:24:04 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-12-28 17:24:04 -0800 |
commit | f8b3592d2808827dcef2b5d4821d0757bab5c518 (patch) | |
tree | a876a1357e297a19a5cb8146252355f0dd5c7353 | |
parent | 5013b675230c3330f25ca0d12ec7dfab95653bcd (diff) |
autoload methods returning foreign records, RT#13971
-rw-r--r-- | FS/FS/contact.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |