use FS::part_svc and FS::svc_acct_pop to avoid warnings
authorivan <ivan>
Wed, 7 Apr 1999 14:37:37 +0000 (14:37 +0000)
committerivan <ivan>
Wed, 7 Apr 1999 14:37:37 +0000 (14:37 +0000)
site_perl/svc_acct.pm

index 1ba92ae..f066ebd 100644 (file)
@@ -7,6 +7,8 @@ use FS::Conf;
 use FS::Record qw( qsearchs fields );
 use FS::svc_Common;
 use FS::SSH qw(ssh);
+use FS::part_svc;
+use FS::svc_acct_pop;
 
 @ISA = qw( FS::svc_Common );
 
@@ -443,7 +445,7 @@ sub check {
 
 =head1 VERSION
 
-$Id: svc_acct.pm,v 1.6 1999-01-25 12:26:15 ivan Exp $
+$Id: svc_acct.pm,v 1.7 1999-04-07 14:37:37 ivan Exp $
 
 =head1 BUGS
 
@@ -485,7 +487,10 @@ arbitrary radius attributes ivan@sisd.com 98-aug-13
 pod and FS::conf ivan@sisd.com 98-sep-22
 
 $Log: svc_acct.pm,v $
-Revision 1.6  1999-01-25 12:26:15  ivan
+Revision 1.7  1999-04-07 14:37:37  ivan
+use FS::part_svc and FS::svc_acct_pop to avoid warnings
+
+Revision 1.6  1999/01/25 12:26:15  ivan
 yet more mod_perl stuff
 
 Revision 1.5  1999/01/18 21:58:09  ivan