From: Ivan Kohler Date: Mon, 24 Oct 2016 23:07:10 +0000 (-0700) Subject: fix perl barf, RT#73098 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=36246368fb9b34b03c05572d212e2f48abbb63f2 fix perl barf, RT#73098 --- diff --git a/httemplate/search/log.html b/httemplate/search/log.html index 535b2ca32..f6ac9d9be 100644 --- a/httemplate/search/log.html +++ b/httemplate/search/log.html @@ -72,7 +72,7 @@ a:visited {text-decoration: none} To <& /elements/input-date-field.html, { name => 'ending', - value => scalar($cgi->param('ending')) || '' ), + value => scalar($cgi->param('ending')) || '', noinit => 1, } &>