Prod bonus attn time modified

This commit is contained in:
mashfiq 2024-10-16 18:20:17 +06:00
commit a87a593549

View File

@ -76,7 +76,15 @@ export class ProductionBonusAttendanceComponent implements OnInit {
// this.Loadlayout();
this.productionBonusSetup = new ProductionBonusSetup();
this.showScheduleDate = false;
// this.startTime.setHours(6);
// this.startTime.setMinutes(0);
// this.startTime.setSeconds(0);
this.startTime = this.setTime(this.startTime, 6, 0, 0)
// this.endTime.setHours(23);
// this.endTime.setMinutes(0);
// this.endTime.setSeconds(0);
this.endTime = this.setTime(this.endTime, 23, 0, 0)
}