Bugzilla – Attachment 31681 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]
Bug 12943 - Add patron branchcode to patron search results for holds
Bug-12943---Add-patron-branchcode-to-patron-search.patch (text/plain), 1.51 KB, created by
Kyle M Hall (khall)
on 2014-09-17 14:49:23 UTC
(
hide
)
Description:
Bug 12943 - Add patron branchcode to patron search results for holds
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-09-17 14:49:23 UTC
Size:
1.51 KB
patch
obsolete
>From c6dd7e870f2fb983962aad8af1af072b8f67679b 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] 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 >--- > .../prog/en/modules/reserve/request.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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 60551f4..4b55898 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.2.5
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