[freeside-commits] freeside/FS MANIFEST, 1.143, 1.144 FS.pm, 1.53, 1.54

Ivan,,, ivan at wavetail.420.am
Wed Oct 28 18:08:34 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS
In directory wavetail.420.am:/tmp/cvs-serv30787/FS

Modified Files:
	MANIFEST FS.pm 
Log Message:
customer classification, RT#6376

Index: FS.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS.pm,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- FS.pm	20 Aug 2009 04:03:34 -0000	1.53
+++ FS.pm	29 Oct 2009 01:08:32 -0000	1.54
@@ -73,6 +73,10 @@
 
 L<FS::option_Common> - Base class for option sub-classes
 
+L<FS::class_Common> - Base class for classification classes
+
+L<FS::category_Common> - Base class for category (grooups of classifications) classes
+
 L<FS::conf> - Configuration value class
 
 L<FS::payinfo_Mixin>  - Mixin class for records in tables that contain payinfo.
@@ -234,6 +238,10 @@
 
 L<FS::cust_main_invoice> - Invoice destination class
 
+L<FS::cust_class> - Customer classification class
+
+L<FS::cust_category> - Customer category class
+
 L<FS::cust_main_exemption> - Customer tax exemption class
 
 L<FS::cust_main_note> - Customer note class

Index: MANIFEST
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/MANIFEST,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- MANIFEST	25 Sep 2009 01:04:00 -0000	1.143
+++ MANIFEST	29 Oct 2009 01:08:32 -0000	1.144
@@ -453,3 +453,7 @@
 t/cust_attachment.t
 FS/cust_statement.pm
 t/cust_statement.t
+FS/cust_class.pm
+t/cust_class.t
+FS/cust_category.pm
+t/cust_category.t



More information about the freeside-commits mailing list