summaryrefslogtreecommitdiff
path: root/FS/FS/cust_refund.pm
diff options
context:
space:
mode:
authorivan <ivan>2001-09-02 04:25:55 +0000
committerivan <ivan>2001-09-02 04:25:55 +0000
commitf1ee95396defc991301ac758b71bdda9df82984e (patch)
treee74c506e501b88a93f7d19a1c5b0d3025ab2db1f /FS/FS/cust_refund.pm
parent29b94aeb1c3003f7a9bbfbe1a91a86f8b9edfbbc (diff)
lame testsuite and the embarassing fixes in it found
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 c216ec2..89f8f68 100644
--- a/FS/FS/cust_refund.pm
+++ b/FS/FS/cust_refund.pm
@@ -103,7 +103,7 @@ sub insert {
'amount' => $self->refund,
'_date' => $self->_date,
};
- $error = $cust_bill_pay->insert;
+ $error = $cust_credit_refund->insert;
if ( $error ) {
$dbh->rollback if $oldAutoCommit;
return $error;
@@ -198,7 +198,7 @@ sub check {
=head1 VERSION
-$Id: cust_refund.pm,v 1.6 2001-09-02 02:46:55 ivan Exp $
+$Id: cust_refund.pm,v 1.7 2001-09-02 04:25:55 ivan Exp $
=head1 BUGS