MH: SBB Mainz Umbenennenung einer Rechnungsposition

This commit is contained in:
2026-05-22 14:59:39 +02:00
parent e57879925a
commit 1a4b46a1dc

View File

@@ -153,8 +153,8 @@ namespace SBBMainzReports.Invoicing
ItemPeriodStart = serviceInvoicePeriod.Start,
ItemPeriodEnd = serviceInvoicePeriod.End,
AmountPerUnit = hourlyRate.Value,
ItemDescription = "Fachleistungseinheiten/Woche",
UnitDescription = "QA/Woche",
ItemDescription = "Fachleistungseinheiten/Monat",
UnitDescription = "QA/Monat",
UnitCount = approvedHours
});
}