From: ivan Date: Sun, 1 Jun 2008 21:25:51 +0000 (+0000) Subject: sync with HEAD (add ability to modify refund records) X-Git-Tag: freeside_1_7_4rc1~329 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=4a7136d9b031c532155ab17022498d034ab0cb91;p=freeside.git sync with HEAD (add ability to modify refund records) --- diff --git a/FS/FS/cust_refund.pm b/FS/FS/cust_refund.pm index c609d75f4..e075e3ed5 100644 --- a/FS/FS/cust_refund.pm +++ b/FS/FS/cust_refund.pm @@ -221,7 +221,8 @@ Modifying a refund? Well, don't say I didn't warn you. =cut sub replace { - return "Can't (yet?) modify cust_refund records!"; + my $self = shift; + $self->SUPER::replace(@_); } =item check