From 53e7f52b7811d8a2ef432143cf47e2b15039d3c8 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 9 Feb 2026 13:41:44 +0100 Subject: [PATCH] =?UTF-8?q?AWOMuensterlandRecklinghausen/Invoicing/CustomI?= =?UTF-8?q?nvoiceCreation=20-=20Bug,=20wenn=20Kostenstelle=20bei=20MA=20wi?= =?UTF-8?q?eder=20gel=C3=B6scht=20wurde?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Invoicing/CustomInvoiceCreation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/AWOMuensterlandRecklinghausen/Invoicing/CustomInvoiceCreation.cs b/ReportImp/AWOMuensterlandRecklinghausen/Invoicing/CustomInvoiceCreation.cs index 25b57b10e..23dcb82ae 100644 --- a/ReportImp/AWOMuensterlandRecklinghausen/Invoicing/CustomInvoiceCreation.cs +++ b/ReportImp/AWOMuensterlandRecklinghausen/Invoicing/CustomInvoiceCreation.cs @@ -105,7 +105,7 @@ namespace AWOMuensterlandRecklinghausen.Invoicing } else { - if (emp.TaxNumber == null) + if (emp.TaxNumber == null || emp.TaxNumber == "") { //throw new FaultException(new BeWoFault(String.Format("Bei Mitarbeiter*in {0} wurde keine Kostenstelle hinterlegt", emp.Person.FirstNameLastName), BeWoFaultType.CustomWithoutDetails)); emp.TaxNumber = "312500";