Commit 662371ce authored by akhokar's avatar akhokar

System should re-process the attendance, after saving the Daily attendance transaction

AttdDailyPos.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@200126 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 43fca693
...@@ -130,8 +130,10 @@ public class AttdDailyPos extends ValidatorEJB implements AttdDailyPosLocal, Att ...@@ -130,8 +130,10 @@ public class AttdDailyPos extends ValidatorEJB implements AttdDailyPosLocal, Att
} }
//Modified by Rohini Telang on 12/feb/2019[Req ID: A17DSUN001][START] //Modified by Rohini Telang on 12/feb/2019[Req ID: A17DSUN001][START]
System.out.println("toUpdate---["+toUpdate+"]"); System.out.println("toUpdate---["+toUpdate+"]");
if (toUpdate) //Modified by Azhar K. commented on 26/APR/2019[Req ID: A17DSUN001][Start]
{ /*if (toUpdate)
{*/
//Modified by Azhar K. commented on 26/APR/2019[Req ID: A17DSUN001][END]
//Modified by Rohini Telang on 25/March/2019[Req ID: A17DSUN001][START] //Modified by Rohini Telang on 25/March/2019[Req ID: A17DSUN001][START]
sql = "SELECT code,TO_DATE FROM PERIOD WHERE ? BETWEEN FR_DATE AND TO_DATE"; sql = "SELECT code,TO_DATE FROM PERIOD WHERE ? BETWEEN FR_DATE AND TO_DATE";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
...@@ -209,7 +211,7 @@ public class AttdDailyPos extends ValidatorEJB implements AttdDailyPosLocal, Att ...@@ -209,7 +211,7 @@ public class AttdDailyPos extends ValidatorEJB implements AttdDailyPosLocal, Att
errString = confirmAttendanceProcess("attd_daily", xmlStringDt, xtraParams, "false", conn); errString = confirmAttendanceProcess("attd_daily", xmlStringDt, xtraParams, "false", conn);
} }
} }
} //}//Modified by Azhar K. commented on 26/feb/2019[Req ID: A17DSUN001][END]
//Modified by Rohini Telang on 12/feb/2019[Req ID: A17DSUN001][END] //Modified by Rohini Telang on 12/feb/2019[Req ID: A17DSUN001][END]
} }
catch(Exception e) catch(Exception e)
......
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