X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_credit_bill.pm;h=0892f7984c68698015b6928262f164f472b1c6f4;hb=51e148d543a59a3cdec24bfb5ffb839ee7b4ac72;hp=d6c4f6c4becbf0521d9db71935c3bbc66f811c11;hpb=60c10ab363668ec3016306e6069eaade9e04d544;p=freeside.git diff --git a/FS/FS/cust_credit_bill.pm b/FS/FS/cust_credit_bill.pm index d6c4f6c4b..0892f7984 100644 --- a/FS/FS/cust_credit_bill.pm +++ b/FS/FS/cust_credit_bill.pm @@ -5,7 +5,7 @@ use vars qw( @ISA ); use FS::UID qw( getotaker ); use FS::Record qw( qsearch qsearchs ); use FS::cust_main; -use FS::cust_refund; +#use FS::cust_refund; use FS::cust_credit; use FS::cust_bill; @@ -126,11 +126,22 @@ sub check { ''; #no error } +=item sub cust_credit + +Returns the credit (see L) + +=cut + +sub cust_credit { + my $self = shift; + qsearchs( 'cust_credit', { 'crednum' => $self->crednum } ); +} + =back =head1 VERSION -$Id: cust_credit_bill.pm,v 1.2 2001-09-01 22:18:38 ivan Exp $ +$Id: cust_credit_bill.pm,v 1.3 2001-09-02 01:27:11 ivan Exp $ =head1 BUGS