LyvieKupfer/ServiceInvoiceReport.cs - Anpassung Text

This commit is contained in:
2024-09-25 09:41:03 +02:00
parent fe35fc4e57
commit 95f4064433

View File

@@ -28,7 +28,7 @@ namespace LyvieKupfer
{
foreach (var ii in sip.ServiceInvoiceItems)
{
hours = ii.Hours.Value;
hours += ii.Hours.Value;
}
}
}