From: ivan Date: Sun, 22 Apr 2001 00:49:30 +0000 (+0000) Subject: need to import dbh sub from Record X-Git-Tag: freeside_1_3_0~9 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4dec1e525fc85363dec2fe0a55f0eb306bec7154 need to import dbh sub from Record --- diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm index ac7cab72f..bc5b75640 100644 --- a/FS/FS/svc_Common.pm +++ b/FS/FS/svc_Common.pm @@ -2,7 +2,7 @@ package FS::svc_Common; use strict; use vars qw( @ISA ); -use FS::Record qw( qsearchs fields ); +use FS::Record qw( qsearchs fields dbh ); use FS::cust_svc; use FS::part_svc; @@ -193,7 +193,7 @@ sub cancel { ''; } =head1 VERSION -$Id: svc_Common.pm,v 1.3 2001-04-15 13:35:12 ivan Exp $ +$Id: svc_Common.pm,v 1.4 2001-04-22 00:49:30 ivan Exp $ =head1 BUGS