From 475fb3fe8b17362255c1d48d5c26dab336a268b2 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 19 Oct 2018 11:50:06 +0000 Subject: [PATCH] Bug 21614: Search bar on Stock rotation page displays both [-] and [+] simultaneously This patch modifies the stock rotation template so that it include the catalog search bar include instead of the patrons one. To test, apply the patch and enable the StockRotation system preference. - Go to Tools -> Stock rotation. - Confirm that the search boxes at top are 'Check out,' 'Check in,' 'Renew,' and 'Search the catalog.' 'Search the catalog' should be selected. --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt index e54142f..7d98a93 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt @@ -12,7 +12,7 @@ [% INCLUDE 'header.inc' %] -[% INCLUDE 'patron-search.inc' %] +[% INCLUDE 'cat-search.inc' %]