Enhance state verification in regn form

This commit is contained in:
2015-09-17 10:22:21 +10:00
parent 270dd5b43f
commit 96f3122b93
2 changed files with 47 additions and 34 deletions

View File

@@ -15,6 +15,7 @@ function _booking_state_options() {
$options_array['TAS'] = 'TAS';
$options_array['NZ'] = 'NZ';
$options_array['Other'] = 'Other';
$options_array['_blank_'] = '';
return $options_array;
}
/**