[freeside-commits] freeside/FS/FS/part_pkg recur_Common.pm, 1.12, 1.12.2.1

Ivan,,, ivan at wavetail.420.am
Thu Sep 8 15:11:00 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	recur_Common.pm 
Log Message:
fix mixin inheritence preventing prorate_delayed packages from billing, RT#14372

Index: recur_Common.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/recur_Common.pm,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -w -d -r1.12 -r1.12.2.1
--- recur_Common.pm	17 Jun 2011 09:47:04 -0000	1.12
+++ recur_Common.pm	8 Sep 2011 22:10:58 -0000	1.12.2.1
@@ -1,7 +1,7 @@
 package FS::part_pkg::recur_Common;
+use base qw( FS::part_pkg::flat );
 
 use strict;
-use base qw( FS::part_pkg::flat );
 use vars qw( %info %recur_method );
 use Tie::IxHash;
 use Time::Local;



More information about the freeside-commits mailing list