|
|
|
|
@ -46,7 +46,7 @@ export class HomeComponent implements OnInit {
|
|
|
|
|
if(result.GetAttendanceTrackingList != null){
|
|
|
|
|
this.attendanceTrackingList=result.GetAttendanceTrackingList;
|
|
|
|
|
//**condition to check is checkout or not to display PUSE Button**
|
|
|
|
|
if(this.attendanceTrackingList.P_REMAINING_HOURS !='0'){
|
|
|
|
|
if(this.attendanceTrackingList.P_REMAINING_HOURS ==='0'){
|
|
|
|
|
this.isCheckOut=true;
|
|
|
|
|
}else{
|
|
|
|
|
this.isCheckOut=false;
|
|
|
|
|
|