From cd21fa46154a7ee5bfcaed4f70281131273ccde0 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 1 Apr 2015 12:03:13 +0200 Subject: [PATCH] [PASSED QA] Bug 13936: Last patch contained wrong change One of the 2 changes done in the last patch was not for this bug report. The tt change was intended for bug 13926. This patch reverts it. BE CARE: This should NOT be pushed AFTER bug 13926! Test plan: Search for a patron using the 'check out' tab in the circulation module. Signed-off-by: Nicolas Legrand Signed-off-by: Katrin Fischer - use the checkout tab to search for a patron not using the autocomplete, but hitting enter - without the patch, there won't be results - with the patch there are Passes all tests and QA script. --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index f72f32e..0576020 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -487,7 +487,7 @@ No patron matched [% message %] [% END %] -[% IF ( borrowers ) %] +[% IF ( selectborrower ) %] [% INCLUDE 'patron-toolbar.inc' %]
-- 1.9.1