[freeside-commits] branch master updated. 4e631a682a51f31602731364be948f3fbe04cf69
Ivan
ivan at 420.am
Thu Jul 23 12:41:04 PDT 2015
The branch, master has been updated
via 4e631a682a51f31602731364be948f3fbe04cf69 (commit)
from 10f2ba3c0fa4c1147be6535ef10890d2f2defe9f (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 4e631a682a51f31602731364be948f3fbe04cf69
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jul 23 12:41:03 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