This commit is contained in:
2022-07-05 23:39:44 +00:00
parent b66e1d6a0a
commit 7b22f03f44
4 changed files with 5 additions and 3 deletions

View File

@@ -1729,7 +1729,7 @@ namespace AyaNovaQBI
if (item == null) return 0;
//Ok we have a matching vendor in the list, return the id of it
return item.Id;
return item.ObjectId;
}