MH: HPH Bugfix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user