summaryrefslogtreecommitdiff
path: root/site_perl/Invoice.pm
diff options
context:
space:
mode:
authorivan <ivan>1998-12-30 00:30:48 +0000
committerivan <ivan>1998-12-30 00:30:48 +0000
commit4a5b07fb140e6abe0c29122cf349ff3f917e9610 (patch)
treedee864898b95568071c91baafc6e930863f9edb8 /site_perl/Invoice.pm
parent1f2d8690193476319d61b20b78461eb1a3ff106e (diff)
svc_ stuff is more properly OO - has a common superclass FS::svc_Common
Diffstat (limited to 'site_perl/Invoice.pm')
-rw-r--r--site_perl/Invoice.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/site_perl/Invoice.pm b/site_perl/Invoice.pm
index 5eb596fad..20a016274 100644
--- a/site_perl/Invoice.pm
+++ b/site_perl/Invoice.pm
@@ -6,7 +6,7 @@ use FS::cust_bill;
@ISA = qw(FS::cust_bill);
-#warn "FS::Invoice depriciated\n";
+warn "FS::Invoice depriciated\n";
=head1 NAME