HshCologne/Invoicing/CustomInvoiceCreation - Bugfix Preis AK

This commit is contained in:
2026-02-05 15:29:40 +01:00
parent 4a9e9965ad
commit a7e83551dd

View File

@@ -230,7 +230,7 @@ namespace HshCologne.Invoicing
}
else if (qOid.Any(q => q == 1460))
{
stundensatz = preisAK2Jahre;
stundensatz = preisAK;
ii.UnitDescription = "Assistenzkraft";
}
}