backup the schema for tables we don't need the data from. RT#85959
[freeside.git] / FS / FS / part_pkg / base_rate.pm
1 package FS::part_pkg::base_rate;
2
3 use strict;
4 use vars qw( %info );
5
6 #disabled stub, otherwise, the old files stick around and show up as price plans
7
8 %info = ( 
9   'disabled'  => 1,
10 );
11
12 1;