Skip to content

Commit

Permalink
fix(ie): fix validation for IE of Rondonia
Browse files Browse the repository at this point in the history
fix #11
  • Loading branch information
the-darc committed Nov 9, 2016
1 parent a147595 commit f4eabf9
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 128 deletions.
2 changes: 1 addition & 1 deletion releases/br-validations.js
Expand Up @@ -442,7 +442,7 @@ IErules.RO = [{
dvs: [{
dvpos: 13,
pesos: [6,5,4,3,2,9,8,7,6,5,4,3,2],
algorithmSteps: ['onlyNumbers', 'normalSum', 'mod11', 'minusRestOf11']
algorithmSteps: ['onlyNumbers', 'normalSum', 'mod11', 'minusRestOf11v2']
}],
validate: function(value) { return validateIE(value, this); }
}];
Expand Down
2 changes: 1 addition & 1 deletion releases/br-validations.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ie.rules.js
Expand Up @@ -342,7 +342,7 @@ IErules.RO = [{
dvs: [{
dvpos: 13,
pesos: [6,5,4,3,2,9,8,7,6,5,4,3,2],
algorithmSteps: ['onlyNumbers', 'normalSum', 'mod11', 'minusRestOf11']
algorithmSteps: ['onlyNumbers', 'normalSum', 'mod11', 'minusRestOf11v2']
}],
validate: function(value) { return validateIE(value, this); }
}];
Expand Down

0 comments on commit f4eabf9

Please sign in to comment.