[freeside-commits] freeside/FS/FS/part_pkg recur_Common.pm, 1.12, 1.13
Ivan,,,
ivan at wavetail.420.am
Thu Sep 8 15:10:51 PDT 2011
- Previous message: [freeside-commits] freeside/FS/FS/part_pkg delayed_Mixin.pm, 1.1.4.3, 1.1.4.4 discount_Mixin.pm, 1.1.2.7, 1.1.2.8 flat.pm, 1.53.2.9, 1.53.2.10 global_Mixin.pm, 1.1.2.2, 1.1.2.3 prorate_Mixin.pm, 1.5.2.5, 1.5.2.6 sql_external.pm, 1.11.2.3, 1.11.2.4 usage_Mixin.pm, 1.1.2.2, 1.1.2.3
- Next message: [freeside-commits] freeside/FS/FS/part_pkg recur_Common.pm, 1.12, 1.12.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv20822
Modified Files:
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.13
diff -u -w -d -r1.12 -r1.13
--- recur_Common.pm 17 Jun 2011 09:47:04 -0000 1.12
+++ recur_Common.pm 8 Sep 2011 22:10:49 -0000 1.13
@@ -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;
- Previous message: [freeside-commits] freeside/FS/FS/part_pkg delayed_Mixin.pm, 1.1.4.3, 1.1.4.4 discount_Mixin.pm, 1.1.2.7, 1.1.2.8 flat.pm, 1.53.2.9, 1.53.2.10 global_Mixin.pm, 1.1.2.2, 1.1.2.3 prorate_Mixin.pm, 1.5.2.5, 1.5.2.6 sql_external.pm, 1.11.2.3, 1.11.2.4 usage_Mixin.pm, 1.1.2.2, 1.1.2.3
- Next message: [freeside-commits] freeside/FS/FS/part_pkg recur_Common.pm, 1.12, 1.12.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list