From e6c930c93532b060bf3f7a0efb29f43b1fb6cdc1 Mon Sep 17 00:00:00 2001 From: PriestJ Date: Thu, 10 Apr 2008 12:13:01 +0000 Subject: [PATCH] Fix for #487(SC3011) set the technical spec detail to point to the Module QMAX rather than the meter QMAX git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4765 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 87b9e4c..9acfdbc 100644 --- a/Modules/mip_quotation_document.pck +++ b/Modules/mip_quotation_document.pck @@ -577,7 +577,7 @@ CREATE OR REPLACE PACKAGE BODY mip_quotation_document IS p_quote_data.module_diagram := l_module_row.drwg_code; --get meters qmax/qmin tech specs l_meter_row := get_meter_row(l_module_row.metr_code); - p_quote_data.module_qmax := l_meter_row.qmax; + p_quote_data.module_qmax := l_module_row.qmax; p_quote_data.module_qmin := l_meter_row.qmin; p_quote_data.mety_code := l_meter_row.mety_code; --get the min base details for this module