attend-tracking
ashwaq 6 years ago
parent 4fe49bdb18
commit 9b58f9e9e0

@ -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;

Loading…
Cancel
Save