diff options
author | ivan <ivan> | 1998-12-30 00:30:48 +0000 |
---|---|---|
committer | ivan <ivan> | 1998-12-30 00:30:48 +0000 |
commit | 4a5b07fb140e6abe0c29122cf349ff3f917e9610 (patch) | |
tree | dee864898b95568071c91baafc6e930863f9edb8 /site_perl/Invoice.pm | |
parent | 1f2d8690193476319d61b20b78461eb1a3ff106e (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.pm | 2 |
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 |