From 95f40644333ff8f750e6d229cb59ffd3ddbe6c80 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Wed, 25 Sep 2024 09:41:03 +0200 Subject: [PATCH] LyvieKupfer/ServiceInvoiceReport.cs - Anpassung Text --- ReportImp/LyvieKupfer/ServiceInvoiceReport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/LyvieKupfer/ServiceInvoiceReport.cs b/ReportImp/LyvieKupfer/ServiceInvoiceReport.cs index 71e3e4941..6a61f0ebd 100644 --- a/ReportImp/LyvieKupfer/ServiceInvoiceReport.cs +++ b/ReportImp/LyvieKupfer/ServiceInvoiceReport.cs @@ -28,7 +28,7 @@ namespace LyvieKupfer { foreach (var ii in sip.ServiceInvoiceItems) { - hours = ii.Hours.Value; + hours += ii.Hours.Value; } } }