[freeside-commits] freeside/FS/FS/part_pkg flat.pm,1.58,1.59
Ivan,,,
ivan at wavetail.420.am
Mon Mar 14 15:43:03 PDT 2011
- Previous message: [freeside-commits] freeside/FS/FS/part_pkg flat.pm, 1.53.2.5, 1.53.2.6
- Next message: [freeside-commits] freeside/FS/FS/part_pkg flat.pm, 1.59, 1.60 prorate.pm, 1.25, 1.26 prorate_Mixin.pm, 1.10, 1.11 recur_Common.pm, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv2160
Modified Files:
flat.pm
Log Message:
fix prorates & recurring fees with recur_Common-using packages, RT#11993
Index: flat.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/flat.pm,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -w -d -r1.58 -r1.59
--- flat.pm 12 Feb 2011 04:56:57 -0000 1.58
+++ flat.pm 14 Mar 2011 22:43:01 -0000 1.59
@@ -1,19 +1,16 @@
package FS::part_pkg::flat;
use strict;
-use vars qw( @ISA %info
- %usage_recharge_fields @usage_recharge_fieldorder
+use base qw( FS::part_pkg
+ FS::part_pkg::prorate_Mixin
+ FS::part_pkg::discount_Mixin
);
+use vars qw( %info %usage_recharge_fields @usage_recharge_fieldorder );
use Tie::IxHash;
use List::Util qw(min); # max);
#use FS::Record qw(qsearch);
use FS::UI::bytecount;
use FS::Conf;
-use FS::part_pkg;
-
- at ISA = qw(FS::part_pkg
- FS::part_pkg::prorate_Mixin
- FS::part_pkg::discount_Mixin);
tie my %temporalities, 'Tie::IxHash',
'upcoming' => "Upcoming (future)",
- Previous message: [freeside-commits] freeside/FS/FS/part_pkg flat.pm, 1.53.2.5, 1.53.2.6
- Next message: [freeside-commits] freeside/FS/FS/part_pkg flat.pm, 1.59, 1.60 prorate.pm, 1.25, 1.26 prorate_Mixin.pm, 1.10, 1.11 recur_Common.pm, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list