[freeside-commits] freeside/FS/FS/part_pkg recur_Common.pm, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Mon Jul 13 03:12:25 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv5518
Modified Files:
recur_Common.pm
Log Message:
eliminate harmless "no %info hash found in FS::part_pkg::recur_Common, skipping" warning
Index: recur_Common.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/recur_Common.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- recur_Common.pm 1 Jul 2009 10:28:49 -0000 1.1
+++ recur_Common.pm 13 Jul 2009 10:12:22 -0000 1.2
@@ -1,13 +1,15 @@
package FS::part_pkg::recur_Common;
use strict;
-use vars qw( @ISA %recur_method );
+use vars qw( @ISA %info %recur_method );
use Tie::IxHash;
use Time::Local;
use FS::part_pkg::prorate;
@ISA = qw(FS::part_pkg::prorate);
+%info = ( 'disabled' => 1 ); #recur_Common not a usable price plan directly
+
tie %recur_method, 'Tie::IxHash',
'anniversary' => 'Charge the recurring fee at the frequency specified above',
'prorate' => 'Charge a prorated fee the first time (selectable billing date)',
More information about the freeside-commits
mailing list