MH: HPH Bugfix

This commit is contained in:
2023-02-23 08:47:57 +01:00
parent 9ec5e28227
commit f219a2c850

View File

@@ -134,15 +134,15 @@ namespace BeWo.HPHBersenbrueck
}
lblAlltaeglicheLebensfuehrung.Text = allLeben;
lblIndividuelleBasisversorgung.Text = indBasis;
lblGestaltungSozialerBeziehungen.Text = gestaltung;
lblTeilnahme.Text = teilnahme;
lblKommUndOr.Text = kommunikation;
lblEmoUndPsy.Text = emotion;
lblGesund.Text = gesund;
lblGlobalziel.Text = globalZiel;
lblZieleDerHilfe.Text = zieleDerHilfe;
//lblAlltaeglicheLebensfuehrung.Text = allLeben;
//lblIndividuelleBasisversorgung.Text = indBasis;
//lblGestaltungSozialerBeziehungen.Text = gestaltung;
//lblTeilnahme.Text = teilnahme;
//lblKommUndOr.Text = kommunikation;
//lblEmoUndPsy.Text = emotion;
//lblGesund.Text = gesund;
//lblGlobalziel.Text = globalZiel;
//lblZieleDerHilfe.Text = zieleDerHilfe;
decimal gesamt = 0;
@@ -183,7 +183,7 @@ namespace BeWo.HPHBersenbrueck
{
gesamt += test;
}
lblHilfeschwerpunkteGesamt.Text = String.Format("{0:0.##}", gesamt);
//lblHilfeschwerpunkteGesamt.Text = String.Format("{0:0.##}", gesamt);
}
}
}