summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-09-18 09:35:02 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-06-19 14:25:03 -0400
commitb11b95320dcb860212129de464d6349e4ac6da5e (patch)
tree0cb8ee228f80e74e5d80aa04d69eaa3f933c16dc /FS/FS.pm
parent77ffd5cb8c802e43cad458e859ef9c035d3b39f0 (diff)
RT# 77498 - Customer Import now uses contact/Import.pm rather than contact_import.pm
Conflicts: FS/FS/contact_import.pm
Diffstat (limited to 'FS/FS.pm')
-rw-r--r--FS/FS.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 9ee5fc944..e1d65f9e7 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -67,6 +67,8 @@ L<FS::cust_main::Search> - Customer searching
L<FS::cust_main::Import> - Batch customer importing
+L<FS::contact::Import> - Batch contact importing
+
=head2 Database record classes
L<FS::Record> - Database record base class