From 934574211ee5856ae4e9be5c43c99b6cf3de0243 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 25 Jan 2021 17:47:52 +0000 Subject: [PATCH] Bug 25777: (follow-up) Make the same configuration change to Z39.50 search in Acquisitions To test, apply the patch and go to Acquisitions -> Vendor -> Basket -> Add to basket -> From external source. Perform a Z39.50 search and check that the DataTable of results doesn't have a search filter or number of results information at the top. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt index fe2e0b3d93..5d734568aa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt @@ -235,7 +235,9 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : { "aTargets": [ 1 ], "sType": "nsb-nse" }, ], "aaSorting": [[ 1, "asc" ]], - "bPaginate": false + "paginate": false, + "searching": false, + "info":false })); InitLastAction(); }); -- 2.11.0