diff options
author | ivan <ivan> | 2009-12-28 19:20:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-12-28 19:20:25 +0000 |
commit | 03ceab71dad1e5eb366865d304e5e459cc905ce4 (patch) | |
tree | 18b4532289a0237ae694b1ad5c033b25f448bd7c /FS/FS.pm | |
parent | 5950a980cef4968ac59ca8041d2204e6d98e7a3d (diff) |
beginning of prospect/CRM/contact work
Diffstat (limited to 'FS/FS.pm')
-rw-r--r-- | FS/FS.pm | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -232,9 +232,19 @@ L<FS::reason> - Reason class L<FS::cust_pkg_reason> - Package reason class +L<FS::contact> - Contact class + +L<FS::contact_phone> - Contact phone class + +L<FS::phone_type> - Phone type class + +L<FS::contact_email> - Contact email class + +L<FS::prospect_main> - Prospect class + L<FS::cust_main> - Customer class -L<FS::cust_main_location> - Customer location class +L<FS::cust_location> - Customer location class L<FS::cust_main_Mixin> - Mixin class for records that contain fields from cust_main |