From: ivan Date: Mon, 21 Jan 2002 11:30:17 +0000 (+0000) Subject: include FS::svc_forward in kludgy preload X-Git-Tag: freeside_1_4_0pre11~135 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=002d821bb367e07902c987721737f62f280e03b9;p=freeside.git include FS::svc_forward in kludgy preload --- diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index c6fabe5cb..633b3224f 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -17,6 +17,7 @@ use FS::svc_acct; use FS::svc_acct_sm; use FS::svc_domain; use FS::svc_www; +use FS::svc_forward; @ISA = qw( FS::Record ); @@ -629,7 +630,7 @@ sub order { =head1 VERSION -$Id: cust_pkg.pm,v 1.14 2001-11-30 00:04:38 ivan Exp $ +$Id: cust_pkg.pm,v 1.15 2002-01-21 11:30:17 ivan Exp $ =head1 BUGS