fix bug with customer info not showing up if "cust-fields" config value has been set
[freeside.git] / FS / FS.pm
index 57a1f6c..b18d7f7 100644 (file)
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -111,6 +111,8 @@ L<FS::cust_svc> - Service class
 
 L<FS::cust_pkg> - Customer package class
 
+L<FS::cust_pkg_option> - Customer package option class
+
 L<FS::cust_main> - Customer class
 
 L<FS::cust_main_invoice> - Invoice destination
@@ -142,7 +144,9 @@ L<FS::cust_credit_bill> - Credit application to invoice class
 
 L<FS::cust_pay_refund> - Refund application to payment class
 
-L<FS::cust_pay_batch> - Credit card transaction queue class
+L<FS::pay_batch> - Credit card transaction queue class
+
+L<FS::cust_pay_batch> - Credit card transaction member queue class
 
 L<FS::prepay_credit> - Prepaid "calling card" credit class.
 
@@ -160,6 +164,24 @@ L<FS::queue_depend> - Job dependencies
 
 L<FS::msgcat> - Message catalogs
 
+L<FS::clientapi_session>
+
+L<FS::clientapi_session_field>
+
+=head1 Client API
+
+L<FS::ClientAPI>
+
+L<FS::ClientAPI_SessionCache>
+
+L<FS::ClientAPI::Signup>
+
+L<FS::ClientAPI::passwd>
+
+L<FS::ClientAPI::MyAccount>
+
+L<FS::ClientAPI::Agent>
+
 =head1 Remote API modules
 
 L<FS::SelfService>
@@ -194,15 +216,9 @@ L<freeside-bill>
 
 L<freeside-overdue>
 
-=head2 User Interface classes (under (stalled) development; not yet usable)
-
-L<FS::UI::Base> - User-interface base class
-
-L<FS::UI::Gtk> - Gtk user-interface class
-
-L<FS::UI::CGI> - CGI (HTML) user-interface class
+=head2 User Interface classes
 
-L<FS::UI::agent> - agent table user-interface class
+L<FS::UI::Web> - Web user-interface class
 
 =head2 Notes
 
@@ -225,11 +241,11 @@ The main documentation is in httemplate/docs.
 =head1 SUPPORT
 
 A mailing list for users is available.  Send a blank message to
-<ivan-freeside-subscribe@sisd.com> to subscribe.
+<freeside-users-subscribe@sisd.com> to subscribe.
 
 A mailing list for developers is available.  It is intended to be lower volume
 and higher SNR than the users list.  Send a blank message to
-<ivan-freeside-devel-subscribe@sisd.com> to subscribe.
+<freeside-devel-subscribe@sisd.com> to subscribe.
 
 Commercial support is available; see
 <http://www.sisd.com/freeside/commercial.html>.