avoid breaking recur_Common dependency
authormark <mark>
Thu, 26 Aug 2010 00:08:59 +0000 (00:08 +0000)
committermark <mark>
Thu, 26 Aug 2010 00:08:59 +0000 (00:08 +0000)
FS/FS/part_pkg/recur_Common.pm

index 21a78c0..ec17c16 100644 (file)
@@ -4,9 +4,9 @@ use strict;
 use vars qw( @ISA %info %recur_method );
 use Tie::IxHash;
 use Time::Local;
-use FS::part_pkg::prorate_Mixin;
+use FS::part_pkg::prorate;
 
-@ISA = qw(FS::part_pkg::prorate_Mixin);
+@ISA = qw(FS::part_pkg::prorate);
 
 %info = ( 'disabled' => 1 ); #recur_Common not a usable price plan directly