dev_chapal #6

Merged
chapal merged 2 commits from dev_chapal into devqc 2024-10-21 16:30:08 +06:00
Showing only changes of commit 6c0b195075 - Show all commits

View File

@ -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;