ChristopherusHaus/SupportConceptReport.cs - Fehler in Quotenberechnung gefixt
This commit is contained in:
@@ -38,7 +38,7 @@ namespace BeWo.ChristopherusHaus
|
||||
}
|
||||
if (zeitFk > 0)
|
||||
{
|
||||
quote = zeitNFk / zeitFk;
|
||||
quote = zeitFk / (zeitNFk + zeitFk);
|
||||
sc.Custom1 = String.Format("{0:0.0}%", (100 * quote));
|
||||
}
|
||||
else if (zeitNFk > 0 )
|
||||
|
||||
Reference in New Issue
Block a user