MH: DiePerspektive QB Rundung der Stunden raus

This commit is contained in:
2024-06-21 09:35:51 +02:00
parent 817cd7423d
commit f4d98aa99a

View File

@@ -62,7 +62,7 @@ namespace DiePerspektive
}
}
lblTotal.Text = string.Format("{0:0}", total);
lblTotal.Text = string.Format("{0:0.00}", total);
pRO.Services = servicesBillable;
}