dev_mashfiq #4

Merged
chapal merged 3 commits from dev_mashfiq into devqc 2024-10-17 10:15:19 +06:00
Showing only changes of commit a87a593549 - Show all commits

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)
}