[freeside-commits] branch FREESIDE_3_BRANCH updated. b349efcdfca51785e6e202d36abb0fe7184c961e

Ivan ivan at 420.am
Thu Jul 23 12:41:07 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  b349efcdfca51785e6e202d36abb0fe7184c961e (commit)
      from  a4fca45008f5b7aed8677531ee5f5d1482ca6b52 (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 b349efcdfca51785e6e202d36abb0fe7184c961e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jul 23 12:41:06 2015 -0700

    scalar cgi param

diff --git a/httemplate/misc/email-customer-statement.html b/httemplate/misc/email-customer-statement.html
index 92ce1c4..c0ed880 100644
--- a/httemplate/misc/email-customer-statement.html
+++ b/httemplate/misc/email-customer-statement.html
@@ -82,7 +82,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