projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d63fa5
)
typo
author
mark
<mark>
Fri, 21 May 2010 21:18:29 +0000
(21:18 +0000)
committer
mark
<mark>
Fri, 21 May 2010 21:18:29 +0000
(21:18 +0000)
FS/FS/cust_bill.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_bill.pm
b/FS/FS/cust_bill.pm
index
619fb64
..
1270530
100644
(file)
--- a/
FS/FS/cust_bill.pm
+++ b/
FS/FS/cust_bill.pm
@@
-4381,7
+4381,7
@@
Returns an SQL fragment to retreive the amount credited against this invoice.
=cut
sub credited_sql {
- my ($class, $start, $end) =
shift
;
+ my ($class, $start, $end) =
@_
;
$start &&= "AND cust_credit_bill._date <= $start";
$end &&= "AND cust_credit_bill._date > $end";
$start = '' unless defined($start);