fix problem with validation of planned arrival date

main
msquare 7 years ago
parent 7df64c82a6
commit 59cd65cb50

@ -157,6 +157,9 @@ function guest_register()
$valid = false; $valid = false;
error(_('Please enter your planned date of arrival. It should be after the buildup start date and before teardown end date.')); error(_('Please enter your planned date of arrival. It should be after the buildup start date and before teardown end date.'));
} }
} else {
$valid = false;
error(_('Please enter your planned date of arrival. It should be after the buildup start date and before teardown end date.'));
} }
$selected_angel_types = []; $selected_angel_types = [];

Loading…
Cancel
Save