Commit 33552cea authored by pchavan's avatar pchavan

commented code for invalid entry in invalloc_trace table by nandkumar gadkari

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195633 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 63e81f9e
...@@ -420,11 +420,11 @@ public class DespatchPrs extends ValidatorEJB implements DespatchPrsLocal, Despa ...@@ -420,11 +420,11 @@ public class DespatchPrs extends ValidatorEJB implements DespatchPrsLocal, Despa
{ {
System.out.println("distStkUpd.UpdAllocTrace(hashMap) : Sucessuful!"); System.out.println("distStkUpd.UpdAllocTrace(hashMap) : Sucessuful!");
}*/ }*/
InvAllocTraceBean invBean = new InvAllocTraceBean(); /*InvAllocTraceBean invBean = new InvAllocTraceBean();
String errString = invBean.updateInvallocTrace(strAllocate,conn); String errString = invBean.updateInvallocTrace(strAllocate,conn);
if(errString == null && errString.trim().length() == 0){ if(errString == null && errString.trim().length() == 0){
System.out.println("distStkUpd.UpdAllocTrace(hashMap) : Sucessuful!"); System.out.println("distStkUpd.UpdAllocTrace(hashMap) : Sucessuful!");
} }*/ // commented by Nandkumar gadkari on 10/01/18 for invalid entry in invalloc_trace
} // end 22/02/10 manoharan } // end 22/02/10 manoharan
} }
......
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