Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ codeunit 4591 "SOA Item Search"
exit;
CrossColumnSearchFilter := SearchFilter;
Clear(ResolvedItemVariants);
Rec.SetRange(SystemId);
if SearchFilter = '=''<>*''' then //If the search filter is empty, clear the previous search state without running a new search
exit;

Expand Down
Loading