Skip to content

Commit

Permalink
VCST-2253: Error trying to resolve field associations. column itemid …
Browse files Browse the repository at this point in the history
…does not exist (#757)

fix: Error trying to resolve field associations. column itemid does not exist
  • Loading branch information
OlegoO authored Nov 12, 2024
1 parent 5f6949d commit 1872136
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ protected virtual void AddAssociationsSearchCriteriaToCommand(StringBuilder comm
if (!criteria.ObjectIds.IsNullOrEmpty())
{
command.Append(@"
WHERE ItemId IN ({0})
WHERE ""ItemId"" IN ({0})
");

// search by associated product ids
Expand Down

0 comments on commit 1872136

Please sign in to comment.