mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-04 10:30:50 +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 ($form.candidate.citizenship !== 'Česká republika') return true;
|
||||||
if (!_val) return false;
|
if (!_val) return false;
|
||||||
if (isPersonalIdMatchingBirthdate(
|
if (isPersonalIdMatchingBirthdate(
|
||||||
$form.candidate.personalIdNumber,
|
data.whoami.personalIdNumber,
|
||||||
_val
|
_val
|
||||||
)) {
|
)) {
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue