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