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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user