dev_chapal #6
|
@ -662,8 +662,8 @@ namespace HRM.DA
|
||||||
|
|
||||||
foreach (ProductionBonusSetup oProductionBonusSetup in _oProductionBonusSetups)
|
foreach (ProductionBonusSetup oProductionBonusSetup in _oProductionBonusSetups)
|
||||||
{
|
{
|
||||||
if (oProductionBonusSetup.ID != 12583)
|
//if (oProductionBonusSetup.ID != 12583)
|
||||||
{ continue; }
|
//{ continue; }
|
||||||
prodAttn = prodAttns.Where(x => x.ProdBonusSetupID == oProductionBonusSetup.ID).ToList();//ToObjectsTemplate();
|
prodAttn = prodAttns.Where(x => x.ProdBonusSetupID == oProductionBonusSetup.ID).ToList();//ToObjectsTemplate();
|
||||||
ProdBonusProcessItem oProcessItem = null;
|
ProdBonusProcessItem oProcessItem = null;
|
||||||
foreach (ProdBonusLine oLine in oProductionBonusSetup.ProductionBonusLinesNew)
|
foreach (ProdBonusLine oLine in oProductionBonusSetup.ProductionBonusLinesNew)
|
||||||
|
@ -690,8 +690,8 @@ namespace HRM.DA
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (item.Key == 2991)
|
//if (item.Key == 2991)
|
||||||
{ }
|
//{ }
|
||||||
|
|
||||||
bool isSuperVisor = allProdBonusSupervisors.FindIndex(x => x.EmployeeID == item.Key
|
bool isSuperVisor = allProdBonusSupervisors.FindIndex(x => x.EmployeeID == item.Key
|
||||||
&& x.ProdBonusLineID == oLine.ID) == -1 ? false : true;
|
&& x.ProdBonusLineID == oLine.ID) == -1 ? false : true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user