diff options
author | mark <mark> | 2010-08-26 00:08:59 +0000 |
---|---|---|
committer | mark <mark> | 2010-08-26 00:08:59 +0000 |
commit | 96c38c27a3c07728fbb116acd16bfed026771376 (patch) | |
tree | 30aa5a1e9ce45ba2645c8a56d322d1df71676c06 /FS | |
parent | 9f8fcbc5c678e168327086db8c362c52eb22f74b (diff) |
avoid breaking recur_Common dependency
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_pkg/recur_Common.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |