summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-02-14 13:53:15 -0800
committerIvan Kohler <ivan@freeside.biz>2017-02-14 13:53:15 -0800
commite0a6fad4e70e9027386be67c7cc38ad1337715fb (patch)
tree537588c87ee580847d1a84d0956ecd563d38436d /httemplate
parentf545571ead3feee00e99e0947a2346c5369c9836 (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 {