summaryrefslogtreecommitdiff
path: root/FS/FS/cust_refund.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-01-24 06:46:29 +0000
committerivan <ivan>2002-01-24 06:46:29 +0000
commitf3d5a1bc3bf8ffe4b2fe6a0da3b201ba988b21a8 (patch)
tree1a00123f1a85633a3df33be9800804a1f95fb611 /FS/FS/cust_refund.pm
parent579b08e47d45dec6ea0729164a6e24613c02be26 (diff)
more updates to cust_refund::update_replace
Diffstat (limited to 'FS/FS/cust_refund.pm')
-rw-r--r--FS/FS/cust_refund.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/cust_refund.pm b/FS/FS/cust_refund.pm
index 6bf2da5..0f87679 100644
--- a/FS/FS/cust_refund.pm
+++ b/FS/FS/cust_refund.pm
@@ -133,7 +133,7 @@ sub insert {
}
-sub upgrade_replace {
+sub upgrade_replace { #1.3.x->1.4.x
my $self = shift;
local $SIG{HUP} = 'IGNORE';
@@ -170,7 +170,7 @@ sub upgrade_replace {
die;
}
- $error = $new->SUPER::insert($self);
+ $error = $new->SUPER::replace($self);
if ( $error ) {
$dbh->rollback if $oldAutoCommit;
return $error;
@@ -259,7 +259,7 @@ sub check {
=head1 VERSION
-$Id: cust_refund.pm,v 1.10 2002-01-24 02:26:49 ivan Exp $
+$Id: cust_refund.pm,v 1.11 2002-01-24 06:46:29 ivan Exp $
=head1 BUGS