Bugzilla – Attachment 31793 Details for
Bug 12943
Add patron branchcode to patron search results for holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 12943 - Add patron branchcode to patron search results for holds
SIGNED-OFF-Bug-12943---Add-patron-branchcode-to-pa.patch (text/plain), 1.59 KB, created by
Nick Clemens (kidclamp)
on 2014-09-20 18:36:27 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 12943 - Add patron branchcode to patron search results for holds
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2014-09-20 18:36:27 UTC
Size:
1.59 KB
patch
obsolete
>From e53b2a51f5cb732065e537e600c8c5878ede781e Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 17 Sep 2014 10:09:06 -0400 >Subject: [PATCH] [SIGNED OFF] 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 <nick@quecheelibrary.org> >--- > 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 6c061e4..09bbc9a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -226,7 +226,7 @@ function checkMultiHold() { > [% FOREACH borrower IN borrower_list %] > <option value="[% borrower.borrowernumber %]"> > [% borrower.surname -%], [% borrower.firstname -%] >- ... ( [% borrower.cardnumber -%] - [% borrower.categorycode -%] >+ ... ( [% borrower.cardnumber -%] - [% borrower.categorycode -%] - [% borrower.branchcode %] > ) ... [% borrower.address %] > </option> > [% END %] >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12943
:
31681
|
31793
|
31888