From 159e9a1864c227cb2345b862cad57d0ee014636f Mon Sep 17 00:00:00 2001 From: Alexandra Date: Fri, 29 Aug 2025 12:39:19 +0200 Subject: [PATCH] =?UTF-8?q?BellaDonna/Export/SimbaExporter=20-=20nur=20f?= =?UTF-8?q?=C3=BCr=20nicht=20exportierte=20Rgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReportImp/BellaDonna/Export/SimbaExporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/BellaDonna/Export/SimbaExporter.cs b/ReportImp/BellaDonna/Export/SimbaExporter.cs index 1ba740e85..6f6a619da 100644 --- a/ReportImp/BellaDonna/Export/SimbaExporter.cs +++ b/ReportImp/BellaDonna/Export/SimbaExporter.cs @@ -378,7 +378,7 @@ namespace BellaDonna.Export from invoicebase ib inner join organisation org on org.costbeareroid = ib.RecipientOrganisationOid WHERE ib.`AccountingPeriodEnd` >= ':Monat_Start' AND ib.`AccountingPeriodEnd` < ':Monat_End' and ib.IsActive = 1 - and ib.Type = 2 + and ib.Type = 2 AND ib.`IsExported` = 0 "; return sql;