From: mark Date: Thu, 26 Aug 2010 00:08:59 +0000 (+0000) Subject: avoid breaking recur_Common dependency X-Git-Tag: freeside_2_1_1^2~88 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=96c38c27a3c07728fbb116acd16bfed026771376;p=freeside.git avoid breaking recur_Common dependency --- diff --git a/FS/FS/part_pkg/recur_Common.pm b/FS/FS/part_pkg/recur_Common.pm index 21a78c00a..ec17c1662 100644 --- a/FS/FS/part_pkg/recur_Common.pm +++ b/FS/FS/part_pkg/recur_Common.pm @@ -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