freeside/FS FS.pm,1.27,1.28 MANIFEST,1.80,1.81

ivan ivan at pouncequick.420.am
Sat Jan 29 04:34:16 PST 2005


Update of /home/cvs/cvsroot/freeside/FS
In directory pouncequick:/tmp/cvs-serv3172/FS

Modified Files:
	FS.pm MANIFEST 
Log Message:
registration codes

Index: MANIFEST
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/MANIFEST,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- MANIFEST	29 Dec 2004 12:00:07 -0000	1.80
+++ MANIFEST	29 Jan 2005 12:34:11 -0000	1.81
@@ -125,6 +125,8 @@
 FS/rate_detail.pm
 FS/rate_region.pm
 FS/rate_prefix.pm
+FS/reg_code.pm
+FS/reg_code_pkg.pm
 FS/svc_Common.pm
 FS/svc_acct.pm
 FS/svc_acct_pop.pm
@@ -248,6 +250,8 @@
 t/rate_region.t
 t/rate_prefix.t
 t/radius_usergroup.t
+t/reg_code.t
+t/reg_code_pkg.t
 t/session.t
 t/svc_acct.t
 t/svc_acct_pop.t

Index: FS.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS.pm,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- FS.pm	27 Nov 2004 19:09:47 -0000	1.27
+++ FS.pm	29 Jan 2005 12:34:10 -0000	1.28
@@ -88,6 +88,10 @@
 L<FS::pkg_svc> - Class linking package definitions (see L<FS::part_pkg>) with
 service definitions (see L<FS::part_svc>)
 
+L<FS::reg_code> - One-time registration codes
+
+L<FS::reg_code_pkg> - Class linking registration codes (see L<FS::reg_code>) with package definitions (see L<FS::part_pkg>)
+
 L<FS::rate> - Rate plans for call billing
 
 L<FS::rate_region> - Rate regions for call billing




More information about the freeside-commits mailing list