Bugzilla – Attachment #149609: Bug 33103: Prevent vendors to be displayed several times in the search result for
bug #33103
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 33103
Collapse All
|
Expand All
(-)
a/acqui/booksellers.pl (-1 / +1 lines)
Lines 89-94 if ($booksellerid) {
Link Here
89
{
89
{
90
order_by => { -asc => 'name' },
90
order_by => { -asc => 'name' },
91
join => 'aqbookseller_aliases',
91
join => 'aqbookseller_aliases',
92
distinct => 1,
92
}
93
}
93
)->as_list;
94
)->as_list;
94
}
95
}
95
-
Return to
bug 33103