diff --git a/initATLASAufschubkonten/frmStartOptions.vb b/initATLASAufschubkonten/frmStartOptions.vb index a7d052c..0ee7779 100644 --- a/initATLASAufschubkonten/frmStartOptions.vb +++ b/initATLASAufschubkonten/frmStartOptions.vb @@ -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")