MH: Severin QB Datum ohne Unterschrift

This commit is contained in:
2024-08-15 13:16:13 +02:00
parent 886022cabe
commit 8624d178e9

View File

@@ -38,6 +38,9 @@ namespace BeWo.SeverinReports
notBillable += s.FLSQualified;
}
if (pRO.CustomerSignatureDate == null)
pRO.CustomerSignatureDate = DateTime.Now;
labelAbrechenbarWert.Text = billable * 60 + " FLM / " + string.Format("{0:0.00}", billable) + " FLS";
labelNichtAbrechenbarWert.Text = notBillable * 60 + " FLM / " + string.Format("{0:0.00}", notBillable) + " FLS";
labelFehlkontakteWert.Text = fehlkontakt * 60 + " FLM / " + string.Format("{0:0.00}", fehlkontakt) + " FLS";