X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_credit_refund.pm;h=cc3b32cdba2d0abd0ce080ccea160f9257236a65;hp=7079d28e94ed4109097a91b07a4c19343703a4b0;hb=d5ae9f38bdea9e3de50f76aa8caf06956b4fb706;hpb=243ec8f6a0ef59759f1398967faa561a43b1dff5 diff --git a/FS/FS/cust_credit_refund.pm b/FS/FS/cust_credit_refund.pm index 7079d28e9..cc3b32cdb 100644 --- a/FS/FS/cust_credit_refund.pm +++ b/FS/FS/cust_credit_refund.pm @@ -176,7 +176,7 @@ Returns the credit (see L) =cut -sub cust_refund { +sub cust_credit { my $self = shift; qsearchs( 'cust_credit', { 'crednum' => $self->crednum } ); } @@ -185,7 +185,7 @@ sub cust_refund { =head1 VERSION -$Id: cust_credit_refund.pm,v 1.8 2002-01-24 16:58:47 ivan Exp $ +$Id: cust_credit_refund.pm,v 1.9 2002-01-26 01:52:31 ivan Exp $ =head1 BUGS