Jonathan Baker
-
2010-08-11
- priority: 5 --> 2
Currently, under Add Rule, Standard Identifier (CCE) you can type in whatever CCE Id number that you want. However, part of the reason that CCE's are named the way they are is so that they are always divisible by 10 (so that you can quickly check transcription errors thanks to the Luhn algorithm). There should be some sort of check to alert the user that they mistyped a CCE if the idea is not congruent to 0 (mod10).