This commit is contained in:
2016-05-26 12:41:02 +10:00
parent 30f6a67954
commit 37b9a202c1

View File

@@ -193,7 +193,8 @@ function _booking_manual_email_generate_options() {
'booking_fully_paid' => $data->booking_payment_complete == 'Y' ? 'Yes' : 'No',
'welfare_required' => $data->booking_welfare_required == 'Y' ? 'Yes' : 'No',
'travel_form' => $data->tid > 0 ? 'Yes' : 'No',
'#attributes' => array('class' => array($class)),
'#attributes' => array('class' => array($class), '#name' => array('table[' . $data->nid . ']')),
'#name' => array('table2[' . $data->nid . ']'),
);
if (variable_get('booking_enable_studygroups', 0) == 1) {