feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
315 changed files with 817 additions and 12394 deletions
Showing only changes of commit d5bf9a7660 - Show all commits

View File

@ -28,7 +28,7 @@
if (!(typeof digito === 'string' || digito instanceof String)) {
digito = digito.toString()
}
return Rut.digitoVerificador(rut) === digito
return Rut.digitoVerificador(rut).toString().toUpperCase() === digito.toUpperCase()
}
}
</script>