projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6297be
)
missing cut
author
ivan
<ivan>
Sat, 29 Nov 2003 10:50:47 +0000
(10:50 +0000)
committer
ivan
<ivan>
Sat, 29 Nov 2003 10:50:47 +0000
(10:50 +0000)
FS/FS/cust_credit_bill.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_credit_bill.pm
b/FS/FS/cust_credit_bill.pm
index
0bbc656
..
88a732b
100644
(file)
--- 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(@_);