Actions
Bug #32
closedZip Code Field Accepts Non-Numeric Input
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
03/21/2026
Due date:
% Done:
100%
Estimated time:
Description
Description:
The Zip Code field accepts alphabetic and special characters, even though zip/postal codes are typically numeric (depending on region).
Steps to Reproduce
- Navigate to Masters > Organizations > Organization Management
- Click On Add Organization
- Fill the details of organization in the form
- Enter invalid zip code:
Example: abcd123, testzip - Submit the form
Expected Result:
Zip code should:
- Accept only valid format (numeric or region-specific pattern)
- Show validation error for invalid input
Actual Result:
System accepts non-numeric values
No validation error is shown
Actions