summaryrefslogtreecommitdiff
path: root/FS/FS/part_pkg/base_rate.pm
blob: 7453f98d3ff5e296ff9dbb693138da78edf79a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package FS::part_pkg::base_rate;

use strict;
use vars qw( %info );

#disabled stub, otherwise, the old files stick around and show up as price plans

%info = ( 
  'disabled'  => 1,
);

1;