Bugzilla – Attachment 169164 Details for
Bug 37377
Orders search is not returning any results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37377: Fix orders search cud-do_search param
Bug-37377-Fix-orders-search-cud-dosearch-param.patch (text/plain), 1.30 KB, created by
Brendan Lawlor
on 2024-07-18 18:19:19 UTC
(
hide
)
Description:
Bug 37377: Fix orders search cud-do_search param
Filename:
MIME Type:
Creator:
Brendan Lawlor
Created:
2024-07-18 18:19:19 UTC
Size:
1.30 KB
patch
obsolete
>From 67205f5d469d72efbaddaec9450c2472d6f19f58 Mon Sep 17 00:00:00 2001 >From: Brendan Lawlor <blawlor@clamsnet.org> >Date: Thu, 18 Jul 2024 18:15:51 +0000 >Subject: [PATCH] Bug 37377: Fix orders search cud-do_search param > >This patch ifxes the orders searhc in Acquisitions. > >The parameteter needed to be prepended with cud- > >Test plan: >1. Create an order that you can search for >2. Try order search, nothing happens >3. Apply patch restart all, refresh browser >4. Try order seach again and get results >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >index 4c2e5b17fc..39c9d78658 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >@@ -211,7 +211,7 @@ > <legend>Search orders</legend> > [% END %] > [% INCLUDE 'filter-orders.inc' %] >- <input type="hidden" name="do_search" value="1" /> >+ <input type="hidden" name="cud-do_search" value="1" /> > </fieldset> > <fieldset class="action"> > <input type="submit" class="btn btn-primary" value="Search" /> >-- >2.39.2
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 37377
:
169164
|
169165
|
169168
|
169173