fix problem with validation of planned arrival date

This commit is contained in:
msquare 2017-11-19 11:58:19 +01:00
parent 7df64c82a6
commit 59cd65cb50
1 changed files with 3 additions and 0 deletions

View File

@ -157,6 +157,9 @@ function guest_register()
$valid = false;
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 = [];