Commit a7656446 authored by ngadkari's avatar ngadkari

changes in gbfRetriveMiscVouch() method

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184033 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e41b8df6
......@@ -966,6 +966,10 @@ conn = getConnection();
pstmtInsert.executeBatch();
pstmtInsert.close();
} //end rndOff != N
//Chnages by nandkumar gadkari on 24/04/18 ----------------Start--------------------------
//added by Dadaso pawar [if round off value R then first miscdetList clear and create again ]
if(miscdetList !=null){
System.out.println("miscdetList Cleared................");
......@@ -1077,7 +1081,7 @@ conn = getConnection();
pstmt.close();
pstmt = null;
} //end rndOff != N
//Chnages by nandkumar gadkari on 24/04/18 ----------------end--------------------------
if(errString != null && errString.trim().length() > 0)
{
......
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