ustva, etc.

This commit is contained in:
2026-07-20 16:14:16 +02:00
parent 8af6d693c7
commit 6c014862da

View File

@@ -7594,7 +7594,7 @@ repeatRequest:
With dgv_MDMEinarbeitung
.ClearSelection()
.SET_SQL("Select [supplier], [completed], sum(ds_total) As DS, sum(ds_count) As DS_importiert, FROM [VERAG].[dbo].[tblMDMEinarbeitung]
.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) = '" & CDate(dtp_MDM_Einarbeitung.Value).ToShortDateString & "'
group by [supplier], completed", "FMZOLL")