[freeside-commits] branch master updated. c69e68e25b519c7f9d2ad47cb0ae6fc90c0f016c

Ivan ivan at 420.am
Tue Feb 14 13:53:13 PST 2017


The branch, master has been updated
       via  c69e68e25b519c7f9d2ad47cb0ae6fc90c0f016c (commit)
      from  48a6f92e462bcbcd9ef3aed9c613da0d59716fcc (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 c69e68e25b519c7f9d2ad47cb0ae6fc90c0f016c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Feb 14 13:53:12 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