diff options
author | ivan <ivan> | 2001-02-21 01:46:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-02-21 01:46:32 +0000 |
commit | 5e58b96bc5b9bf07de518282f0303f930d119da3 (patch) | |
tree | 84865cf74f4f1c1e9adfd073fc6748b69beaa499 | |
parent | b7e3e996430536fa01e1eab31f5371d862d88674 (diff) |
cruft
-rw-r--r-- | FS/FS/Bill.pm | 21 | ||||
-rw-r--r-- | FS/FS/Invoice.pm | 22 |
2 files changed, 0 insertions, 43 deletions
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; - |