Bugzilla – Attachment 127142 Details for
Bug 28959
virtualshelves.category is really a boolean
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28959: (QA follow-up) One more lost 'category' to 'public' change
Bug-28959-QA-follow-up-One-more-lost-category-to-p.patch (text/plain), 765 bytes, created by
Andrii Nugged
on 2021-11-01 07:08:23 UTC
(
hide
)
Description:
Bug 28959: (QA follow-up) One more lost 'category' to 'public' change
Filename:
MIME Type:
Creator:
Andrii Nugged
Created:
2021-11-01 07:08:23 UTC
Size:
765 bytes
patch
obsolete
>From d6a8fd3253e4789a95363a07da29b1f15c8ba6b8 Mon Sep 17 00:00:00 2001 >From: Andrew Nugged <nugged@gmail.com> >Date: Mon, 1 Nov 2021 09:07:03 +0200 >Subject: [PATCH] Bug 28959: (QA follow-up) One more lost 'category' to > 'public' change > >--- > catalogue/detail.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/catalogue/detail.pl b/catalogue/detail.pl >index f5d9582da9..bc28f29cc1 100755 >--- a/catalogue/detail.pl >+++ b/catalogue/detail.pl >@@ -521,7 +521,7 @@ if (C4::Context->preference("virtualshelves") ) { > my $shelves = Koha::Virtualshelves->search( > { > biblionumber => $biblionumber, >- category => 2, >+ public => 1, > }, > { > join => 'virtualshelfcontents', >-- >2.33.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 28959
:
124619
|
124620
|
124621
|
124622
|
124623
|
124624
|
124625
|
124663
|
124788
|
124799
|
124800
|
124801
|
124802
|
124803
|
124807
|
124808
|
124809
|
124810
|
124811
|
127046
|
127047
|
127048
|
127049
|
127050
|
127059
|
127060
|
127062
| 127142 |
127206
|
128036