nibblebill integrateion, RT#19587
[freeside.git] / FS / FS / part_pkg / base_delayed.pm
1 package FS::part_pkg::base_delayed;
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;