From: ivan Date: Wed, 21 Feb 2001 01:46:32 +0000 (+0000) Subject: cruft X-Git-Tag: freeside_1_3_0~31 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=5e58b96bc5b9bf07de518282f0303f930d119da3;p=freeside.git cruft --- diff --git a/FS/FS/Bill.pm b/FS/FS/Bill.pm deleted file mode 100644 index 11c8121c6..000000000 --- a/FS/FS/Bill.pm +++ /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 index 11894a6ad..000000000 --- a/FS/FS/Invoice.pm +++ /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; -