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

use strict;
use vars qw( %info );

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

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

1;