From 31c9718c6e5cb6d6f1c33c85f72f68560454db93 Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 21 May 2010 21:32:27 +0000 Subject: [PATCH] typo --- FS/FS/cust_bill.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 272b1b21e..c5bc8afe3 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -4360,7 +4360,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); -- 2.11.0