summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-02-14 13:53:14 -0800
committerIvan Kohler <ivan@freeside.biz>2017-02-14 13:53:14 -0800
commit863ef1994806855a881130638fa6e70a3ee65e5c (patch)
tree9bf9ed691f29f7690d3cabf9bf9c15927e3311d0 /httemplate
parentb4a6ee0b8a1bf4283c0aa5a5e710e4498ead4915 (diff)
fix error message when an action isn't selected
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/process/part_event.html2
1 files changed, 1 insertions, 1 deletions
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 {