AwoDortmund/ServiceInvoiceReport IBAN korrigiert

This commit is contained in:
2024-01-25 16:41:12 +01:00
parent 8945fbd2f3
commit 2c9e88549a

View File

@@ -16,7 +16,7 @@ namespace AwoDortmund
public void SetReportDataSource(ServiceInvoiceRO pRO)
{
if (pRO.InvoiceBase.InvoiceId == "RechnungSoziotherapie" && pRO.InvoiceDateTime >= new DateTime(2024, 01, 01))
lblBankverbindung.Text = "Steuernummer: 314/5702/4217 \nBankverbindung \nAssistenzagentur der AWO UB Dortmund \nIBAN DE26 4405 0199 0011 2465 93 \nBIC DORTDE33XXX";
lblBankverbindung.Text = "Steuernummer: 314/5702/4217 \nBankverbindung \nAssistenzagentur der AWO UB Dortmund \nIBAN DE26 4405 0199 0001 2465 93 \nBIC DORTDE33XXX";
if (!String.IsNullOrEmpty(pRO.CustomerName))
{