AutoImport FIX

This commit is contained in:
Michał Zieliński
2024-03-10 09:09:04 +01:00
parent f2b96af244
commit 164017b72e

View File

@@ -152,7 +152,6 @@ namespace WebAPI.Controllers
.Where(x =>
x.Records!.Any(x => x.Code == "Type" && x.Desc1 == "ImportWorker") &&
x.Records!.Any(x => x.Code == "IsEnabled" && x.Desc1 == "True")
&& x.Number == 539
)
.OrderBy(x => x.CreatedAt)
.ToList();