summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-11-29 10:50:48 +0000
committerivan <ivan>2003-11-29 10:50:48 +0000
commite0c1be2c272432a46c70749ad45b118e87fd65d2 (patch)
tree5302a95d06bf8127d4477923079325b0dc23709e
parentea7fa34bcefe1b41783e49539501a8c6474fe97c (diff)
missing cut
-rw-r--r--FS/FS/cust_credit_bill.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/cust_credit_bill.pm b/FS/FS/cust_credit_bill.pm
index 725c6d682..206b0ff1b 100644
--- a/FS/FS/cust_credit_bill.pm
+++ b/FS/FS/cust_credit_bill.pm
@@ -74,6 +74,8 @@ sub table { 'cust_credit_bill'; }
Adds this cust_credit_bill to the database ("Posts" all or part of a credit).
If there is an error, returns the error, otherwise returns false.
+=cut
+
sub insert {
my $self = shift;
my $error = $self->SUPER::insert(@_);