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;