summaryrefslogtreecommitdiff
path: root/FS/FS/Bill.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/Bill.pm')
-rw-r--r--FS/FS/Bill.pm21
1 files changed, 21 insertions, 0 deletions
diff --git a/FS/FS/Bill.pm b/FS/FS/Bill.pm
new file mode 100644
index 000000000..11c8121c6
--- /dev/null
+++ b/FS/FS/Bill.pm
@@ -0,0 +1,21 @@
+package FS::Bill;
+
+use strict;
+use vars qw(@ISA);
+use FS::cust_main;
+
+@ISA = qw(FS::cust_main);
+
+warn "FS::Bill depriciated\n";
+
+=head1 NAME
+
+FS::Bill - Legacy stub
+
+=head1 SYNOPSIS
+
+The functionality of FS::Bill has been integrated into FS::cust_main.
+
+=cut
+
+1;