Mittelpunkt: Im Lohnliste-Bericht Kommentar aus Vertrag (statt vom Mitarbeiter) anzeigen
This commit is contained in:
@@ -69,6 +69,8 @@ namespace Mittelpunkt
|
||||
|
||||
if (c.HourlyRate != null)
|
||||
row.Field14 = String.Format("{0:0.00}", c.HourlyRate);
|
||||
|
||||
row.Field16 = c.Notice;
|
||||
}
|
||||
|
||||
string entgeldStufe = LeseEntgeldstufenVarfield(emp);
|
||||
@@ -76,8 +78,6 @@ namespace Mittelpunkt
|
||||
{
|
||||
row.Field15 = entgeldStufe;
|
||||
}
|
||||
|
||||
row.Field16 = emp.Notice2;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -120,19 +120,6 @@ namespace Mittelpunkt
|
||||
{
|
||||
entgeldstufe = varFieldValue.ToString();
|
||||
}
|
||||
|
||||
/*
|
||||
var varFieldValue = BS.Shared.Core.Utils.XMLDeserializeFromString(vv.SerializedValue, Type.GetType(vv.TypeName));
|
||||
|
||||
decimal dec = 0;
|
||||
if (varFieldValue != null && Decimal.TryParse(varFieldValue.ToString(), out dec))
|
||||
{
|
||||
if (dec > 0)
|
||||
{
|
||||
return dec / 5;
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user