MH: Severin QB Datum ohne Unterschrift
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user