feature/cierres #25

Open
aldarien wants to merge 458 commits from feature/cierres into develop
331 changed files with 838 additions and 13443 deletions
Showing only changes of commit d5bf9a7660 - Show all commits

View File

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