MH: KlinikumWerraMeissner neue Leistungskategorie

This commit is contained in:
2024-06-13 12:42:12 +02:00
parent f1aee80a1f
commit 4b2510dd2a
2 changed files with 6 additions and 0 deletions

View File

@@ -136,6 +136,11 @@ namespace KlinikumWerraMeissner.Invoicing
ii.AmountPerUnit = supportConceptApprovalPeriod.ApprovedBEPerInterval * AMOUNT_PER_KMQA;
ii.ItemDescription = "Fahrzeiten QA";
}
else if (supportConceptApprovalPeriod.ServiceCategory.Name.ToLower().Contains("besonders vorgehaltene flächen"))
{
ii.AmountPerUnit = data[0].AmountTotal;
ii.ItemDescription = "Besonders vorgehaltene Flächen";
}
else
{
ii.AmountPerUnit = data[0].AmountTotal;

View File

@@ -0,0 +1 @@
DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a