summaryrefslogtreecommitdiff
path: root/FS/FS/cust_refund.pm
diff options
context:
space:
mode:
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 c216ec284..89f8f68c5 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