initial checkin of module files for proper perl installation
[freeside.git] / FS / FS / Invoice.pm
diff --git a/FS/FS/Invoice.pm b/FS/FS/Invoice.pm
new file mode 100644 (file)
index 0000000..11894a6
--- /dev/null
@@ -0,0 +1,22 @@
+package FS::Invoice;
+
+use strict;
+use vars qw(@ISA);
+use FS::cust_bill;
+
+@ISA = qw(FS::cust_bill);
+
+warn "FS::Invoice depriciated\n";
+
+=head1 NAME
+
+FS::Invoice - Legacy stub
+
+=head1 SYNOPSIS
+
+The functionality of FS::Invoice has been integrated in FS::cust_bill.
+
+=cut
+
+1;
+