MH: KlinikumWerraMeissner neue Leistungskategorie
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||
|
||||
Reference in New Issue
Block a user