From 40f0e02822a7d3921a8613afc1c6c663366ed5f0 Mon Sep 17 00:00:00 2001 From: PriestJ Date: Thu, 3 Apr 2008 11:20:14 +0000 Subject: [PATCH] fix for tickets #449, #450, #464 (SC2003, SC3003 and SC2_011) pointed meter type reference in the description of works to the correct field. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4715 248e525c-4dfb-0310-94bc-949c084e9493 --- Modules/mip_quotation_document.pck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/mip_quotation_document.pck b/Modules/mip_quotation_document.pck index b2cf878..56ffe84 100644 --- a/Modules/mip_quotation_document.pck +++ b/Modules/mip_quotation_document.pck @@ -526,7 +526,7 @@ CREATE OR REPLACE PACKAGE BODY mip_quotation_document IS end if; --other module details l_module_row := get_module_row (quote_item_rec.modu_code); - l_works(3) := 'Meter Type: '|| l_module_row.svcp_code || ' ' || p_quote_data.meter_reference; + l_works(3) := 'Meter Type: '|| l_meter_type || ' ' || p_quote_data.meter_reference; p_quote_data.outlet_termninal_size := l_module_row.outlet_size; --module technical details p_quote_data.module_dimensions(1) := l_module_row.dim_a;