From: ivan Date: Wed, 16 Mar 2005 02:13:53 +0000 (+0000) Subject: oops, fix this in 1.4 too X-Git-Tag: freeside_1_4_2~6 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=60324b718d6170400e891bdd008c6062df2d3b3b oops, fix this in 1.4 too --- diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm index 5a6c683de..ba03fe0bb 100644 --- a/FS/FS/part_pkg.pm +++ b/FS/FS/part_pkg.pm @@ -2,13 +2,13 @@ package FS::part_pkg; use strict; use vars qw( @ISA $DEBUG ); -use FS::Record qw( qsearch dbh dbdef ); +use FS::Conf; +use FS::Record qw( qsearch qsearchs dbh dbdef ); use FS::pkg_svc; use FS::part_svc; use FS::cust_pkg; use FS::agent_type; use FS::type_pkgs; -use FS::Conf; @ISA = qw( FS::Record );