[freeside-commits] branch FREESIDE_4_BRANCH updated. 863ef1994806855a881130638fa6e70a3ee65e5c
Ivan
ivan at 420.am
Tue Feb 14 13:53:15 PST 2017
The branch, FREESIDE_4_BRANCH has been updated
via 863ef1994806855a881130638fa6e70a3ee65e5c (commit)
from b4a6ee0b8a1bf4283c0aa5a5e710e4498ead4915 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 863ef1994806855a881130638fa6e70a3ee65e5c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Feb 14 13:53:14 2017 -0800
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 6c6249c..4d52e7b 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 {
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/process/part_event.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list