quitada la validacion del dni frances
This commit is contained in:
parent
53c790de76
commit
1542e38746
|
@ -51,9 +51,6 @@ module.exports = function(tin, country) {
|
|||
return computedDigit == lastDigit;
|
||||
}
|
||||
},
|
||||
fr: {
|
||||
regExp: /^\d{1,13}$/
|
||||
},
|
||||
it: {
|
||||
regExp: /^(\d{11}|[A-Z]{6}\d{2}[A-Z]\d{2}[A-Z]\d{3}[A-Z])$/
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue