From: ivan Date: Mon, 23 Apr 2001 19:50:07 +0000 (+0000) Subject: the real X-Git-Tag: Root-of-freeside_vpopmail_support~40 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=231db9f6d724c329e5fb45c79931f8248323e588 the real Can't locate object method "setfield" via package "cust_refund" at /usr/local/lib/site_perl/FS/Record.pm line 315. fix --- diff --git a/FS/FS/cust_credit.pm b/FS/FS/cust_credit.pm index cc1ac395d..7e55dca80 100644 --- a/FS/FS/cust_credit.pm +++ b/FS/FS/cust_credit.pm @@ -3,7 +3,7 @@ package FS::cust_credit; use strict; use vars qw( @ISA ); use FS::UID qw( getotaker ); -use FS::Record qw( qsearchs ); +use FS::Record qw( qsearch qsearchs ); use FS::cust_main; use FS::cust_refund; @@ -150,7 +150,7 @@ sub credited { =head1 VERSION -$Id: cust_credit.pm,v 1.5 2001-04-23 19:27:28 ivan Exp $ +$Id: cust_credit.pm,v 1.6 2001-04-23 19:50:07 ivan Exp $ =head1 BUGS