Allow passing of 'allow_pkgpart' and 'import' flags up the chain to FS::cust_pkg...
[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;