Commit 56df009e authored by dpingle's avatar dpingle

* Changes done in AttdDailyPos component on [14/10/19]

AttdDailyPos.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209493 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 462ae78c
......@@ -164,8 +164,14 @@ public class AttdDailyPos extends ValidatorEJB implements AttdDailyPosLocal, Att
//Modified by Rohini T on 27/06/19[start][changes done to reprocess attaindance after delete records ]
//toUpdate = true;
//isReproc = false;
toUpdate = false;
//Modified by dipesh on [14/10/2019][START]
//toUpdate = false;
toUpdate = true;
isReproc = true;
punchStr = "*-" + newInTime + ",*-" + newOutTime;
//Modified by dipesh on [14/10/2019][End]
//Modified by Rohini T on 27/06/19[end][changes done to reprocess attaindance after delete records ]
}
else if("E".equalsIgnoreCase(editFlag))
......
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