Bugzilla – Attachment 176829 Details for
Bug 38441
ILL - Allow for a history check workflow stage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38441: (QA follow-up): Fix query
Bug-38441-QA-follow-up-Fix-query.patch (text/plain), 933 bytes, created by
Pedro Amorim
on 2025-01-20 16:08:08 UTC
(
hide
)
Description:
Bug 38441: (QA follow-up): Fix query
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-01-20 16:08:08 UTC
Size:
933 bytes
patch
obsolete
>From da403611419ce94b1708c3bc24086e6eea18369a Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 20 Jan 2025 16:07:40 +0000 >Subject: [PATCH] Bug 38441: (QA follow-up): Fix query > >Only add query fields if they're defined. >--- > Koha/ILL/Request/Workflow/HistoryCheck.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/ILL/Request/Workflow/HistoryCheck.pm b/Koha/ILL/Request/Workflow/HistoryCheck.pm >index 421fd01f184..f7f36405d7a 100644 >--- a/Koha/ILL/Request/Workflow/HistoryCheck.pm >+++ b/Koha/ILL/Request/Workflow/HistoryCheck.pm >@@ -248,7 +248,7 @@ sub _find_matching_requests { > push @query, { > 'illrequestattributes.type' => $id_field, > 'illrequestattributes.value' => $self->{metadata}->{$id_field}, >- }; >+ } if $self->{metadata}->{$id_field}; > } > > my $matching_requests = Koha::ILL::Requests->search( >-- >2.39.5
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 38441
:
174604
|
174605
|
174606
|
174607
|
174608
|
174609
|
174610
|
174611
|
175300
|
175301
|
175302
|
175303
|
175304
|
175305
|
175306
|
175307
|
176507
|
176508
|
176509
|
176510
|
176511
|
176512
|
176513
|
176514
|
176561
|
176566
|
176573
| 176829