mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-16 21:11:06 +00:00
Merge pull request #196 from EETagent/fix_personal_id_validation
This commit is contained in:
commit
7f6042843d
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@
|
|||
if ($form.candidate.citizenship !== 'Česká republika') return true;
|
||||
if (!_val) return false;
|
||||
if (isPersonalIdMatchingBirthdate(
|
||||
$form.candidate.personalIdNumber,
|
||||
data.whoami.personalIdNumber,
|
||||
_val
|
||||
)) {
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue