admin, rehcnungsausgang, etc.
This commit is contained in:
@@ -7595,7 +7595,7 @@ repeatRequest:
|
|||||||
|
|
||||||
.ClearSelection()
|
.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) = '" & dtp_MDM_Einarbeitung.Value & "'
|
where cast(invoicedate as Date) = '" & CDate(dtp_MDM_Einarbeitung.Value).ToShortDateString & "'
|
||||||
group by [supplier], completed", "FMZOLL")
|
group by [supplier], completed", "FMZOLL")
|
||||||
|
|
||||||
.LOAD()
|
.LOAD()
|
||||||
|
|||||||
Reference in New Issue
Block a user