BUG 8673 Do not let enter case number, which is only valid alphanumeric SOLVED

- The case validated code with a text log format then number
- The form validation is of real type, only passes numbers and not letters
This commit is contained in:
Marco Antonio Nina
2012-03-07 11:14:54 -04:00
parent 10ba54d65d
commit 2be05d382d

View File

@@ -4,7 +4,7 @@
<en>CASE TRACKER</en> <en>CASE TRACKER</en>
</TITLE> </TITLE>
<CASE type="text" size="30" maxlength="50" validate="Login"> <CASE type="Text" size="30" maxlength="50" validate="Any">
<en>Case Code</en> <en>Case Code</en>
</CASE> </CASE>