This commit is contained in:
Jonathan Jenne
2022-04-22 16:22:22 +02:00
parent 5ee739dae8
commit 69f4c640a8

View File

@@ -78,8 +78,7 @@ Namespace Winline
[c075] -- EAN [c075] -- EAN
FROM [{pMandator.Server}].[{pMandator.Database}].[dbo].[v021] FROM [{pMandator.Server}].[{pMandator.Database}].[dbo].[v021]
WHERE WHERE
mesocomp = '{pMandator.Id}' mesocomp = '{pMandator.Id}' AND mesoyear = {oYear}"
AND mesoyear = {oYear}"
Dim oTable = Await Database.GetDatatableAsync(oSQL) Dim oTable = Await Database.GetDatatableAsync(oSQL)
Dim oArticles As New List(Of Article) Dim oArticles As New List(Of Article)