From: Ivan Kohler Date: Tue, 14 Feb 2017 21:53:14 +0000 (-0800) Subject: fix error message when an action isn't selected X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=863ef1994806855a881130638fa6e70a3ee65e5c;p=freeside.git fix error message when an action isn't selected --- diff --git a/httemplate/edit/process/part_event.html b/httemplate/edit/process/part_event.html index 6c6249cc1..4d52e7bc6 100644 --- a/httemplate/edit/process/part_event.html +++ b/httemplate/edit/process/part_event.html @@ -75,7 +75,7 @@ } ( $option => $value ); } - @{ $object->option_fields_listref }; + @{ $object->option_fields_listref || [] }; }, 'precheck_callback' => sub {