PsychosozialeHilfeKrefeld: Schlusssatz in Spitzabrechnung jetzt mit Kontoverbindung

This commit is contained in:
2025-06-18 15:33:03 +02:00
parent 3696ef50f5
commit d13f52138e

View File

@@ -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;
}