Commit c7e2d761 authored by ngadkari's avatar ngadkari

changes for copy transaction

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195557 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 23e00d06
......@@ -100,7 +100,7 @@ public class AdjIssPrs extends ValidatorEJB implements AdjIssPrsRemote, AdjIssPr
currDetail = getCurrentDetailFromDom(dom,domID);
updateStatus = getCurrentUpdateFlag(currDetail);
if (currDetail != null && !updateStatus.equalsIgnoreCase("A"))
if (currDetail != null && !updateStatus.equalsIgnoreCase("A") && !updateStatus.equalsIgnoreCase("N")) //&& !updateStatus.equalsIgnoreCase("N") CONDITION ADDED BY NANDKUMAR GADKARI ON 10/01/18
{
/*itemCode = GenericUtility.getInstance().getColumnValueFromNode("item_code",currDetail);
locCode = GenericUtility.getInstance().getColumnValueFromNode("loc_code",currDetail);
......
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