Compare commits

..

No commits in common. "6babd91d22fa834a60a7cee79d175006e8e7688a" and "110fc609aca18e21e3f8626c0388148f9c22c3a5" have entirely different histories.

View File

@ -454,8 +454,8 @@ export class ProductionBonusAttendanceComponent implements OnInit {
} }
public scheduleDateChange(date: any){ public scheduleDateChange(date: any){
debugger; debugger;
date; date;
if (date > new Date( 2015,1,1) && this.selectedProdBSdata != undefined && this.selectedLine != undefined ) { if(this.selectedProdBSdata != undefined && this.selectedLine != undefined ){
const fromDate = new Date(this.productionBonusSetup.fromDate.setHours(0, 0, 0, 0)); const fromDate = new Date(this.productionBonusSetup.fromDate.setHours(0, 0, 0, 0));
const toDate = new Date(this.productionBonusSetup.toDate.setHours(0, 0, 0, 0)); const toDate = new Date(this.productionBonusSetup.toDate.setHours(0, 0, 0, 0));