PsychosozialeHilfeKrefeld: Schlusssatz in Spitzabrechnung jetzt mit Kontoverbindung
This commit is contained in:
@@ -57,8 +57,11 @@ namespace PsychosozialeHilfeKrefeld
|
||||
if (approvedEnd.HasValue)
|
||||
lblText.Text = lblText.Text.Replace("approvedEnd", string.Format("{0:dd.MM.yyyy}", approvedEnd));
|
||||
|
||||
if (pRO.Claim < 0)
|
||||
if (pRO.Claim < 0)
|
||||
pRO.FinalSentence = "";
|
||||
else if (pRO.Claim > 0)
|
||||
pRO.FinalSentence = "Bitte überweisen Sie unsere Restforderung nach Prüfung der Endabrechnung " +
|
||||
"auf das Konto bei der Volksbank Krefeld, IBAN DE34 3206 0362 1013 4840 11, BIC: GENODED1HTK.";
|
||||
|
||||
this.bindingSource1.DataSource = pRO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user