summaryrefslogtreecommitdiff
path: root/FS/FS/part_pkg/base_delayed.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_pkg/base_delayed.pm')
-rw-r--r--FS/FS/part_pkg/base_delayed.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/FS/FS/part_pkg/base_delayed.pm b/FS/FS/part_pkg/base_delayed.pm
new file mode 100644
index 000000000..550681115
--- /dev/null
+++ b/FS/FS/part_pkg/base_delayed.pm
@@ -0,0 +1,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;