From 67205f5d469d72efbaddaec9450c2472d6f19f58 Mon Sep 17 00:00:00 2001 From: Brendan Lawlor 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 @@ Search orders [% END %] [% INCLUDE 'filter-orders.inc' %] - +
-- 2.39.2