Mittelpunkt: Zugriff auf SettingsLogic.AddToUsersHistory und Varfield noch deaktivieren
This commit is contained in:
@@ -73,11 +73,13 @@ namespace Mittelpunkt
|
||||
row.Field14 = String.Format("{0:0.00}", c.HourlyRate);
|
||||
}
|
||||
|
||||
/*
|
||||
string entgeldStufe = LeseEntgeldstufenVarfield(emp);
|
||||
if (!String.IsNullOrEmpty(entgeldStufe))
|
||||
{
|
||||
row.Field15 = entgeldStufe;
|
||||
}
|
||||
*/
|
||||
row.Field16 = emp.Notice2;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,7 +26,9 @@ namespace Mittelpunkt.Service
|
||||
currentContract.HourlyRate = Math.Round((decimal) stundensatz, 2, MidpointRounding.AwayFromZero);
|
||||
|
||||
DAOFactory.GenericDAO.Update(employee);
|
||||
SettingsLogic.AddToUsersHistory<Employee>(eOid);
|
||||
|
||||
// erst nach Serverlieferung
|
||||
//SettingsLogic.AddToUsersHistory<Employee>(eOid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user