MH: HSH Cologne Stundensatzwahl erweitert
SupportOID=163830
This commit is contained in:
@@ -265,7 +265,11 @@ namespace HshCologne.Invoicing
|
||||
// AB, 13.03.2026: bisher nur der Stundensatz unter Organisation, jetzt erste Ausnahme -> eigene Quali dafür
|
||||
var qOid = iServiceRecord.Employee.ValueListEntries
|
||||
.Where(i => i.Value == ValueListEntryType.StaffQualificationsType).Select(i => i.Key).OrderByDescending(q => q).ToList();
|
||||
if (qOid.Any(q => q == 1477))
|
||||
|
||||
// MH: Wenn Qualifikationen NICHT "Wesseling SB AK" oder "Wesseling SB AK" enthalten, muss der Stundensatz der vom KT bleiben
|
||||
if (!qOid.Any(q => q == 1477 || q == 1478))
|
||||
stundensatz = stundensatz;
|
||||
else if (qOid.Any(q => q == 1477))
|
||||
{
|
||||
stundensatz = preisAK;
|
||||
ii.UnitDescription = "Assistenzkraft";
|
||||
|
||||
Reference in New Issue
Block a user