diff --git a/ReportImp/AwoDortmund/ServiceInvoiceReport.cs b/ReportImp/AwoDortmund/ServiceInvoiceReport.cs index a4fc66874..bda91b849 100644 --- a/ReportImp/AwoDortmund/ServiceInvoiceReport.cs +++ b/ReportImp/AwoDortmund/ServiceInvoiceReport.cs @@ -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)) {