fix essensbestellungen
This commit is contained in:
@@ -7576,7 +7576,7 @@ repeatRequest:
|
|||||||
With dgv_MDMEinarbeitung
|
With dgv_MDMEinarbeitung
|
||||||
|
|
||||||
.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) = '" & dtp_MDM_Einarbeitung.Value & "'
|
||||||
group by [supplier], completed", "FMZOLL")
|
group by [supplier], completed", "FMZOLL")
|
||||||
|
|
||||||
@@ -8561,7 +8561,8 @@ repeatRequest:
|
|||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
Else
|
||||||
|
Return ""
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user