From c4534c2eb63a4eadfb588cefef0007e85c057036 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 4 Aug 1999 07:38:13 +0000 Subject: move to FS directory: proper Perl module installation has arrived! --- site_perl/Invoice.pm | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 site_perl/Invoice.pm (limited to 'site_perl/Invoice.pm') diff --git a/site_perl/Invoice.pm b/site_perl/Invoice.pm deleted file mode 100644 index 7fdcaaf6f..000000000 --- a/site_perl/Invoice.pm +++ /dev/null @@ -1,45 +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. - -=head1 HISTORY - -ivan@voicenet.com 97-jun-25 - 27 - -maybe should be changed to be OO-functions on $cust_bill objects? -(instead of passing invnum, ugh). - -ISA cust_bill and return inovice instead of passing filehandle -ivan@sisd.com 98-mar-13 - -(add postscript output!) - -close our kid when we're done ivan@sisd.com 98-jun-4 - -separated code which shuffled data from code which formatted. -(so i could) fixed past due notices showing up when balance due =< 0 -return address comes from /var/spool/freeside/conf/address -ivan@sisd.com 98-jul-2 - -pod ivan@sisd.com 98-sep-20something - -s/ISA/@ISA/ in use vars ivan@sisd.com 98-sep-27 - -=cut - -1; - -- cgit v1.2.1