From f97f7d927b036492a8ce2ba5aa04ece091539efe Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 14:02:29 +1000 Subject: [PATCH] multiple --- booking.emails.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/booking.emails.inc b/booking.emails.inc index 6ed7cc3..a733c79 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -257,6 +257,7 @@ function _booking_manual_email_selecttype_ajax_callback($form, &$form_state) { $form['new']['table'] = array ( '#type' => 'tableselect', + '#multiple' => TRUE, '#header' => $header, '#options' => $options, '#default_value' => $new_default_values,