Commit 7548a69f authored by mjadhav's avatar mjadhav

site code set from ste_code__ord if null


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98378 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 932d55ed
......@@ -384,7 +384,7 @@ public class GenPurcMilestoneSch extends ValidatorEJB implements Schedule {
if(siteCodeAdv == null)
{
sql = " select SITE_CODE__DLV from porder where purc_order=? " ;
sql = " select SITE_CODE__ORD from porder where purc_order=? " ;
pstmt2 = conn.prepareStatement(sql);
pstmt2.setString(1, purcOrder);
......
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