Bugzilla – Attachment 168241 Details for
Bug 29087
Holds to pull list can crash with a SQL::Abstract puke
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29087: (QA follow-up): Correct default rule search
Bug-29087-QA-follow-up-Correct-default-rule-search.patch (text/plain), 848 bytes, created by
Matt Blenkinsop
on 2024-06-28 14:01:25 UTC
(
hide
)
Description:
Bug 29087: (QA follow-up): Correct default rule search
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-06-28 14:01:25 UTC
Size:
848 bytes
patch
obsolete
>From e9ed0f2faeb5ca3ee116c4ed78b50fc1756148f4 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 28 Jun 2024 13:53:10 +0000 >Subject: [PATCH] Bug 29087: (QA follow-up): Correct default rule search > >This patch includes a check that branchcode, categorycode and itemtype are null for the default rule >--- > Koha/Items.pm | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/Koha/Items.pm b/Koha/Items.pm >index ff6f80db75..41bba880f1 100644 >--- a/Koha/Items.pm >+++ b/Koha/Items.pm >@@ -65,6 +65,9 @@ sub filter_by_for_hold { > { > rule_name => 'holdallowed', > rule_value => 'not_allowed', >+ branchcode => undef, >+ categorycode => undef, >+ itemtype => undef, > } > ); > my @hold_not_allowed_itypes; >-- >2.39.3 (Apple Git-146)
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 29087
:
127859
|
164936
|
166354
|
166355
|
166359
|
166360
|
166527
|
166528
|
168241
|
168242
|
169179
|
169180
|
169181