summaryrefslogtreecommitdiff
path: root/FS/FS/cust_credit_bill.pm
diff options
context:
space:
mode:
authorivan <ivan>2003-11-29 10:50:47 +0000
committerivan <ivan>2003-11-29 10:50:47 +0000
commit9c6cd7a1ee5f65e3a608b3d3119005d90ecbf4a5 (patch)
tree698a7f7288b16198b9d620f5d597492ef23860df /FS/FS/cust_credit_bill.pm
parentd6297be89acbef3cdf9fce4925f797063583b066 (diff)
missing cut
Diffstat (limited to 'FS/FS/cust_credit_bill.pm')
-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 0bbc656..88a732b 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(@_);