From 5e58b96bc5b9bf07de518282f0303f930d119da3 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 21 Feb 2001 01:46:32 +0000 Subject: [PATCH] cruft --- FS/FS/Bill.pm | 21 --------------------- FS/FS/Invoice.pm | 22 ---------------------- 2 files changed, 43 deletions(-) delete mode 100644 FS/FS/Bill.pm delete mode 100644 FS/FS/Invoice.pm 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; - -- 2.11.0