From: Ivan Kohler Date: Mon, 24 Oct 2016 23:07:15 +0000 (-0700) Subject: fix perl barf, RT#73098 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bec799dce8edac137ad9b124629132afa94ef07c fix perl barf, RT#73098 --- diff --git a/httemplate/search/log.html b/httemplate/search/log.html index 592e77dc1..9aa37365d 100644 --- a/httemplate/search/log.html +++ b/httemplate/search/log.html @@ -71,7 +71,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, } &>