[freeside-commits] branch master updated. f8b3592d2808827dcef2b5d4821d0757bab5c518

Ivan ivan at 420.am
Sat Dec 28 17:24:08 PST 2013


The branch, master has been updated
       via  f8b3592d2808827dcef2b5d4821d0757bab5c518 (commit)
      from  5013b675230c3330f25ca0d12ec7dfab95653bcd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f8b3592d2808827dcef2b5d4821d0757bab5c518
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Dec 28 17:24:04 2013 -0800

    autoload methods returning foreign records, RT#13971

diff --git a/FS/FS/contact.pm b/FS/FS/contact.pm
index 735fe13..3f73bd6 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
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/contact.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list