mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-06 11:30:44 +00:00
fix: personalIdValidation
This commit is contained in:
parent
338db8f2eb
commit
712a195233
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