This commit is contained in:
Nathan Coad
2019-09-17 16:22:20 +10:00
parent 02fc8b393d
commit 82a39e44e3

View File

@@ -328,7 +328,8 @@ function booking_form($node, &$form_state, $inserting = FALSE)
'#title' => t('Ecclesia'),
'#maxlength' => 100,
'#autocomplete_path' => 'booking/ecclesia/autocomplete',
'#value' => !empty($data->booking_ecclesia) ? $data->booking_ecclesia : '',
//'#value' => !empty($data->booking_ecclesia) ? $data->booking_ecclesia : '',
'#default_value' => !empty($data->booking_ecclesia) ? $data->booking_ecclesia : '',
);
}
else {