[freeside-commits] branch FREESIDE_3_BRANCH updated. e0a6fad4e70e9027386be67c7cc38ad1337715fb
Ivan
ivan at 420.am
Tue Feb 14 13:53:17 PST 2017
The branch, FREESIDE_3_BRANCH has been updated
via e0a6fad4e70e9027386be67c7cc38ad1337715fb (commit)
from f545571ead3feee00e99e0947a2346c5369c9836 (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 e0a6fad4e70e9027386be67c7cc38ad1337715fb
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Feb 14 13:53:15 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