projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1f2f7f
)
sync with HEAD (add ability to modify refund records)
author
ivan
<ivan>
Sun, 1 Jun 2008 21:25:51 +0000
(21:25 +0000)
committer
ivan
<ivan>
Sun, 1 Jun 2008 21:25:51 +0000
(21:25 +0000)
FS/FS/cust_refund.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_refund.pm
b/FS/FS/cust_refund.pm
index
c609d75
..
e075e3e
100644
(file)
--- 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