summaryrefslogtreecommitdiff
path: root/FS/FS/cust_refund.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-02-19 03:06:23 +0000
committerivan <ivan>2002-02-19 03:06:23 +0000
commit29050044f882f0169094e6bada1c98f974323cb9 (patch)
tree8964e474c43f4c2fb70ac86f5e4360775ec60a79 /FS/FS/cust_refund.pm
parentb500b9de7f863e1a54fe117a565c04ef917109d8 (diff)
need to use FS::Record qw(qsearch) !
Diffstat (limited to 'FS/FS/cust_refund.pm')
-rw-r--r--FS/FS/cust_refund.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_refund.pm b/FS/FS/cust_refund.pm
index 3dbd4ef..92b14b7 100644
--- a/FS/FS/cust_refund.pm
+++ b/FS/FS/cust_refund.pm
@@ -3,7 +3,7 @@ package FS::cust_refund;
use strict;
use vars qw( @ISA );
use Business::CreditCard;
-use FS::Record qw( dbh );
+use FS::Record qw( qsearchs dbh );
use FS::UID qw(getotaker);
use FS::cust_credit;
use FS::cust_credit_refund;
@@ -266,7 +266,7 @@ sub check {
=head1 VERSION
-$Id: cust_refund.pm,v 1.15 2002-01-28 06:57:23 ivan Exp $
+$Id: cust_refund.pm,v 1.16 2002-02-19 03:06:23 ivan Exp $
=head1 BUGS