Commit 9bce30de authored by ngadkari's avatar ngadkari

changes for copy transaction

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195717 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fa34758a
...@@ -96,7 +96,7 @@ public class SReturnPrs extends ValidatorEJB implements SReturnPrsLocal, SReturn ...@@ -96,7 +96,7 @@ public class SReturnPrs extends ValidatorEJB implements SReturnPrsLocal, SReturn
winName = getWinName(parentNode); winName = getWinName(parentNode);
// end 03/03/15 manoharan // end 03/03/15 manoharan
if (currDetail != null && !updateStatus.equalsIgnoreCase("A")) if (currDetail != null && !updateStatus.equalsIgnoreCase("A") && !updateStatus.equalsIgnoreCase("N"))//&& !updateStatus.equalsIgnoreCase("N") CONDITION ADDED BY NANDKUMAR GADKARI ON 14/01/18
{ {
if (conn == null) if (conn == 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