test
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user