From 26cece17ad0f081a1e322979c2abf32b68387e71 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 17 Sep 2014 10:09:06 -0400 Subject: [PATCH] Bug 12943 - Add patron branchcode to patron search results for holds For some libraries, the current information specified in the patron results when search for a patron to place hold is insufficient. These libraries would like the branchcode to be added to the results to help identify the correct patron. Test Plan: 1) Apply this patch 2) Browse to the holds for a record 3) Search for patrons from the record holds screen 4) Note the patron results now have the branchcode after the patron type Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index c51c8f1a4c..db044b5939 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -232,7 +232,7 @@ function checkMultiHold() { [% FOREACH borrower IN borrower_list %] [% END %] -- 2.11.4.GIT