summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pay_refund.pm
diff options
context:
space:
mode:
authorivan <ivan>2004-06-30 17:57:03 +0000
committerivan <ivan>2004-06-30 17:57:03 +0000
commit657537cc1cc0f78f5302e66d37c161d8e233de71 (patch)
treeffac68d579b6396ea6db50d721a5688fcf8f8064 /FS/FS/cust_pay_refund.pm
parent0b227319d33d012890891570891f9d9401ff89ff (diff)
payment receipts!
Diffstat (limited to 'FS/FS/cust_pay_refund.pm')
-rw-r--r--FS/FS/cust_pay_refund.pm10
1 files changed, 0 insertions, 10 deletions
diff --git a/FS/FS/cust_pay_refund.pm b/FS/FS/cust_pay_refund.pm
index 55a5eb7..af25f17 100644
--- a/FS/FS/cust_pay_refund.pm
+++ b/FS/FS/cust_pay_refund.pm
@@ -73,16 +73,6 @@ sub table { 'cust_pay_refund'; }
Adds this cust_pay_refund to the database. If there is an error, returns the
error, otherwise returns false.
-=cut
-
-sub insert {
- my $self = shift;
- my $error = $self->SUPER::insert(@_);
- return $error if $error;
-
- '';
-}
-
=item delete
=cut