From: ivan Date: Tue, 26 Mar 2002 13:58:29 +0000 (+0000) Subject: forgot to use FS::part_export to search on it X-Git-Tag: freeside_1_4_0_pre12~120 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=db81095a56b1e4504199c1983917a2e7a5e42a14;p=freeside.git forgot to use FS::part_export to search on it --- diff --git a/FS/FS/part_svc.pm b/FS/FS/part_svc.pm index 94f51fa98..7ef996f5f 100644 --- a/FS/FS/part_svc.pm +++ b/FS/FS/part_svc.pm @@ -4,6 +4,7 @@ use strict; use vars qw( @ISA ); use FS::Record qw( qsearch qsearchs fields dbh ); use FS::part_svc_column; +use FS::part_export; @ISA = qw(FS::Record); @@ -323,7 +324,7 @@ sub part_export { =head1 VERSION -$Id: part_svc.pm,v 1.11 2002-03-23 17:49:01 ivan Exp $ +$Id: part_svc.pm,v 1.12 2002-03-26 13:58:29 ivan Exp $ =head1 BUGS