quitada la validacion del dni frances

This commit is contained in:
gerard 2018-07-18 09:49:04 +02:00
parent 53c790de76
commit 1542e38746
1 changed files with 0 additions and 3 deletions

View File

@ -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])$/
},