From 2ada39a4f2679d01cec140ed8d8d3b821b98f44b Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 27 Jul 2026 15:36:10 +0200 Subject: [PATCH] =?UTF-8?q?DiakonischesWerkMuelheimTwg/Export/DatevExporte?= =?UTF-8?q?r=20-=20Erweiterung=20um=20isExported=20=3D=200=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReportImp/DiakonischesWerkMuelheimTwg/Export/DatevExporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/DiakonischesWerkMuelheimTwg/Export/DatevExporter.cs b/ReportImp/DiakonischesWerkMuelheimTwg/Export/DatevExporter.cs index f55d05e21..db9a10070 100644 --- a/ReportImp/DiakonischesWerkMuelheimTwg/Export/DatevExporter.cs +++ b/ReportImp/DiakonischesWerkMuelheimTwg/Export/DatevExporter.cs @@ -153,7 +153,7 @@ ib.Oid inner join invoicebase ib on ib.costbearer2supportconceptoid = c2s.oid inner join serviceinvoice si on si.invoicebaseoid = ib.oid inner join serviceinvoiceperiod sip on sip.serviceinvoiceoid = si.oid -WHERE ib.`AccountingPeriodEnd` >= ':Monat_Start' AND ib.`AccountingPeriodEnd` < ':Monat_End' and ib.IsActive = 1 +WHERE ib.`AccountingPeriodEnd` >= ':Monat_Start' AND ib.`AccountingPeriodEnd` < ':Monat_End' and ib.IsActive = 1 AND ib.IsExported = 0 order by ib.invoicenumber ";