From d84c15b824d12f0dd22df0062977e9ea57676263 Mon Sep 17 00:00:00 2001 From: PriestJ Date: Wed, 27 Feb 2008 11:40:09 +0000 Subject: [PATCH] altered code for OM-3 as it was referring to 'CAPACITY CHANGE' rather than 'CHANGE CAPACITY'. This meant for 'Capacity change jobs' that the users were not being forced to enter the ip details when a service pressure of IP was selected. Fix for ticket #270 git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3729 248e525c-4dfb-0310-94bc-949c084e9493 --- Modules/mip_helper_special_cases.pck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/mip_helper_special_cases.pck b/Modules/mip_helper_special_cases.pck index 1898b5e..8e1acca 100644 --- a/Modules/mip_helper_special_cases.pck +++ b/Modules/mip_helper_special_cases.pck @@ -39,7 +39,7 @@ CREATE OR REPLACE PACKAGE BODY mip_helper_special_cases IS -- OM-3 IF p_rec.enty_code IN ('INSTALL', 'OFMAT', 'REMOVE', 'ADVERSARIAL', 'ALTERATION', - 'CAPACITY CHANGE', 'ADDON', 'OTHER') + 'CHANGE CAPACITY', 'ADDON', 'OTHER') AND p_rec.required_svcp_code = 'IP' AND (p_rec.required_ip_mbar IS NULL OR p_rec.required_ip_details IS NULL) THEN