From 1a42b8892f303ae7093f2f733e5b1183ff25dd4d Mon Sep 17 00:00:00 2001 From: "jamie.priest" Date: Mon, 17 Aug 2009 15:20:11 +0000 Subject: [PATCH] sequencing of the enquiry fields for produce_enquiry_entry_details procedure was based on text rather than numerical order. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@12261 248e525c-4dfb-0310-94bc-949c084e9493 --- Modules/mip_quotation.pck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/mip_quotation.pck b/Modules/mip_quotation.pck index fc11425..5561ffa 100644 --- a/Modules/mip_quotation.pck +++ b/Modules/mip_quotation.pck @@ -1012,7 +1012,7 @@ RECEIVED AT THIS ADDRESS CANNOT BE RESPONDED TO.'); ,dir.description FROM data_item_roles dir WHERE dir.enty_code = l_enty_code - ORDER BY dir.display_sequence) LOOP + ORDER BY to_number(dir.display_sequence)) LOOP al(l_rec.description || ': ' || return_value(p_enqu_id => p_enqu_id