Bugzilla – Attachment 149609 Details for
Bug 33103
Add vendor aliases
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33103: Prevent vendors to be displayed several times in the search result
Bug-33103-Prevent-vendors-to-be-displayed-several-.patch (text/plain), 754 bytes, created by
Jonathan Druart
on 2023-04-13 15:06:28 UTC
(
hide
)
Description:
Bug 33103: Prevent vendors to be displayed several times in the search result
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-04-13 15:06:28 UTC
Size:
754 bytes
patch
obsolete
>From 8c8c784b0456c615634d6820f244bf93aa4a46fd Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 11 Apr 2023 11:44:16 +0200 >Subject: [PATCH] Bug 33103: Prevent vendors to be displayed several times in > the search result > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > acqui/booksellers.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/acqui/booksellers.pl b/acqui/booksellers.pl >index c9476f61797..beaf0e7b0bc 100755 >--- a/acqui/booksellers.pl >+++ b/acqui/booksellers.pl >@@ -89,6 +89,7 @@ if ($booksellerid) { > { > order_by => { -asc => 'name' }, > join => 'aqbookseller_aliases', >+ distinct => 1, > } > )->as_list; > } >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33103
:
147621
|
147622
|
147623
|
147624
|
147625
|
147626
|
147627
|
147628
|
147629
|
147630
|
147645
|
147646
|
147647
|
147648
|
147649
|
147650
|
147651
|
147652
|
147653
|
147654
|
147827
|
148448
|
148449
|
148450
|
148451
|
148452
|
148453
|
148454
|
148455
|
148456
|
148457
|
148458
|
149414
|
149419
|
149479
|
149480
|
149481
|
149482
|
149483
|
149484
|
149485
|
149486
|
149487
|
149488
|
149489
|
149490
|
149491
|
149606
|
149607
|
149608
| 149609 |
149629
|
149630
|
149788