X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcontact.pm;h=44c538806f1f1d0357de6da76fd2c96fe72f8758;hp=568d46f07d230494315e916c64f916a28e84d761;hb=ac6ee60516873a1c79d5d4c72269705b29dbdeca;hpb=59776b97e0d82e30e9a50c76d16f302309fff76d diff --git a/FS/FS/contact.pm b/FS/FS/contact.pm index 568d46f07..44c538806 100644 --- a/FS/FS/contact.pm +++ b/FS/FS/contact.pm @@ -10,6 +10,7 @@ use FS::Record qw( qsearch qsearchs dbh ); use FS::Cursor; use FS::contact_phone; use FS::contact_email; +use FS::contact::Import; use FS::queue; use FS::phone_type; #for cgi_contact_fields use FS::cust_contact;