From 42cf6385cc2041b980d898f32984dcf6c81d36e3 Mon Sep 17 00:00:00 2001 From: hardya Date: Tue, 1 Apr 2008 13:22:15 +0000 Subject: [PATCH] Addresses #436. Incorrect validation of: The only letters to appear in the fourth position are A, B, E, H, M, N, P, R, V, W, X and Y. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4173 248e525c-4dfb-0310-94bc-949c084e9493 --- Modules/mip_regions.pck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/mip_regions.pck b/Modules/mip_regions.pck index 75896a1..69d8c58 100644 --- a/Modules/mip_regions.pck +++ b/Modules/mip_regions.pck @@ -120,7 +120,7 @@ CREATE OR REPLACE PACKAGE BODY mip_regions IS ELSIF substr(l_postcode_format ,4 ,1) = 'A' - AND instr('ABCDEFGHJKSTUW' + AND instr('ABEHMNPRVWXY' ,substr(l_postcode ,4 ,1)) = 0 THEN