X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_pay_refund.pm;h=af25f177402f38f9766783fec9aadfda53400e49;hp=55a5eb7782b45ddc51e52fc70c8b49ebbb6edacf;hb=324f65798f7e4f28cae94a39a77260c650aa2669;hpb=157e8bdba110b7aac022bd2c2f7b377d3c5b2f85 diff --git a/FS/FS/cust_pay_refund.pm b/FS/FS/cust_pay_refund.pm index 55a5eb778..af25f1774 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