dev_chapal #6
|
@ -662,8 +662,8 @@ namespace HRM.DA
|
|||
|
||||
foreach (ProductionBonusSetup oProductionBonusSetup in _oProductionBonusSetups)
|
||||
{
|
||||
if (oProductionBonusSetup.ID != 12583)
|
||||
{ continue; }
|
||||
//if (oProductionBonusSetup.ID != 12583)
|
||||
//{ continue; }
|
||||
prodAttn = prodAttns.Where(x => x.ProdBonusSetupID == oProductionBonusSetup.ID).ToList();//ToObjectsTemplate();
|
||||
ProdBonusProcessItem oProcessItem = null;
|
||||
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
|
||||
&& x.ProdBonusLineID == oLine.ID) == -1 ? false : true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user