From 7c715835ee7ae2784e8e8db5a74b9f8ed8902946 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. Signed-off-by: Caroline Cyr La Rose Signed-off-by: Jonathan Druart --- 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 e54142ff49..7d98a933f6 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' %]