Remove redundant field 'lateperemployeer2' from attendance log insertion query
This commit is contained in:
@ -644,7 +644,7 @@ class LogController
|
|||||||
officename='".$rw['officename']."',idxdept='".$rw['idxdept']."',divisiname='".$rw['divisiname']."',
|
officename='".$rw['officename']."',idxdept='".$rw['idxdept']."',divisiname='".$rw['divisiname']."',
|
||||||
serviconame='".$rw['serviconame']."',dates='".$rw['dates']."',".$attfield."
|
serviconame='".$rw['serviconame']."',dates='".$rw['dates']."',".$attfield."
|
||||||
islates='".$rw['islates']."',months='".$rw['months']."',years='".$rw['years']."',
|
islates='".$rw['islates']."',months='".$rw['months']."',years='".$rw['years']."',
|
||||||
shiftcode='".$rw['shiftcode']."',lateperemployee='".$rw['lateperemployee']."',lateperemployeer2='".$rw['lateperemployeer2']."',
|
shiftcode='".$rw['shiftcode']."',lateperemployee='".$rw['lateperemployee']."',
|
||||||
deviceidcheckin='".$rw['deviceidcheckin']."',
|
deviceidcheckin='".$rw['deviceidcheckin']."',
|
||||||
iby='svc',idt='".$rw['datestimes']."'";
|
iby='svc',idt='".$rw['datestimes']."'";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user