Bug 33103: Prevent vendors to be displayed several times in the search result
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
268a044222
commit
a79c81b926
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ if ($booksellerid) {
|
||||||
{
|
{
|
||||||
order_by => { -asc => 'name' },
|
order_by => { -asc => 'name' },
|
||||||
join => 'aqbookseller_aliases',
|
join => 'aqbookseller_aliases',
|
||||||
|
distinct => 1,
|
||||||
}
|
}
|
||||||
)->as_list;
|
)->as_list;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue