admin, rehcnungsausgang, etc.

This commit is contained in:
2026-07-20 09:34:06 +02:00
parent f193cb6dd3
commit bf06be59e2

View File

@@ -7595,7 +7595,7 @@ repeatRequest:
.ClearSelection()
.SET_SQL("Select [supplier], [completed], sum(ds_total) As DS, sum(ds_count) As DS_importiert, FROM [VERAG].[dbo].[tblMDMEinarbeitung]
where cast(invoicedate as Date) = '" & dtp_MDM_Einarbeitung.Value & "'
where cast(invoicedate as Date) = '" & CDate(dtp_MDM_Einarbeitung.Value).ToShortDateString & "'
group by [supplier], completed", "FMZOLL")
.LOAD()