Commit 1118a477 authored by mjadhav's avatar mjadhav

site_code_ord select


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98379 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7548a69f
......@@ -391,7 +391,7 @@ public class GenPurcMilestoneSch extends ValidatorEJB implements Schedule {
rs2 = pstmt2.executeQuery();
if(rs2.next())
{
siteCodeAdv=checkNull(rs2.getString("SITE_CODE__DLV"));
siteCodeAdv=checkNull(rs2.getString("SITE_CODE__ORD"));
}
rs2.close();
rs2 = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment