Compare commits
No commits in common. "6babd91d22fa834a60a7cee79d175006e8e7688a" and "110fc609aca18e21e3f8626c0388148f9c22c3a5" have entirely different histories.
6babd91d22
...
110fc609ac
|
@ -454,8 +454,8 @@ export class ProductionBonusAttendanceComponent implements OnInit {
|
|||
}
|
||||
public scheduleDateChange(date: any){
|
||||
debugger;
|
||||
date;
|
||||
if (date > new Date( 2015,1,1) && this.selectedProdBSdata != undefined && this.selectedLine != undefined ) {
|
||||
date;
|
||||
if(this.selectedProdBSdata != undefined && this.selectedLine != undefined ){
|
||||
|
||||
const fromDate = new Date(this.productionBonusSetup.fromDate.setHours(0, 0, 0, 0));
|
||||
const toDate = new Date(this.productionBonusSetup.toDate.setHours(0, 0, 0, 0));
|
||||
|
|
Loading…
Reference in New Issue
Block a user