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
This commit is contained in:
jamie.priest
2009-08-17 15:20:11 +00:00
parent a4a0eb1133
commit 1a42b8892f

View File

@@ -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