From 2a14047d31740ff5b11d71abb72c657573750822 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 circulation 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.' --- 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..61b21cc 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 'circ-search.inc' %]