[freeside-commits] branch FREESIDE_4_BRANCH updated. f04508aa6372ec916765dda7b345f09b9cdec22f
Ivan
ivan at 420.am
Thu Jul 23 12:41:06 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via f04508aa6372ec916765dda7b345f09b9cdec22f (commit)
from 0a959c6880c16ebd10aa03a4ed7fd95031c39a90 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f04508aa6372ec916765dda7b345f09b9cdec22f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jul 23 12:41:05 2015 -0700
scalar cgi param
diff --git a/httemplate/misc/email-customer-statement.html b/httemplate/misc/email-customer-statement.html
index df95d7f..20430f5 100644
--- a/httemplate/misc/email-customer-statement.html
+++ b/httemplate/misc/email-customer-statement.html
@@ -79,7 +79,7 @@ my $post_search_hook = sub {
'history' => [
$cust_main->payment_history(
map {
- $_ => parse_datetime($cgi->param($_))
+ $_ => parse_datetime(scalar($cgi->param($_)))
}
qw( start_date end_date ),
),
-----------------------------------------------------------------------
Summary of changes:
httemplate/misc/email-customer-statement.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list