cruft
authorivan <ivan>
Wed, 21 Feb 2001 01:46:32 +0000 (01:46 +0000)
committerivan <ivan>
Wed, 21 Feb 2001 01:46:32 +0000 (01:46 +0000)
FS/FS/Bill.pm [deleted file]
FS/FS/Invoice.pm [deleted file]

diff --git a/FS/FS/Bill.pm b/FS/FS/Bill.pm
deleted file mode 100644 (file)
index 11c8121..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-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;
diff --git a/FS/FS/Invoice.pm b/FS/FS/Invoice.pm
deleted file mode 100644 (file)
index 11894a6..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-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;
-