From: ivan Date: Sun, 10 Feb 2002 21:37:24 +0000 (+0000) Subject: import qsearch() so the quantity checking works X-Git-Tag: freeside_1_4_0pre11~75 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bb88a75467993505e2e3d37e8ce313f254ca5325 import qsearch() so the quantity checking works --- diff --git a/FS/FS/cust_svc.pm b/FS/FS/cust_svc.pm index a81e3bb32..8a8dbe7c9 100644 --- a/FS/FS/cust_svc.pm +++ b/FS/FS/cust_svc.pm @@ -3,7 +3,7 @@ package FS::cust_svc; use strict; use vars qw( @ISA ); use Carp qw( cluck ); -use FS::Record qw( qsearchs dbh ); +use FS::Record qw( qsearch qsearchs dbh ); use FS::cust_pkg; use FS::part_pkg; use FS::part_svc; @@ -245,7 +245,7 @@ sub seconds_since { =head1 VERSION -$Id: cust_svc.pm,v 1.10 2002-02-09 17:45:26 ivan Exp $ +$Id: cust_svc.pm,v 1.11 2002-02-10 21:37:24 ivan Exp $ =head1 BUGS