Bugzilla – Attachment 69594 Details for
Bug 19769
'Pickup library is different' message does not display library branch name when placing hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
When placing a hold for a patron whose pickup library and home library are different, the message displayed only shows the branch code and not the branch name.
When-placing-a-hold-for-a-patron-whose-pickup-libr.patch (text/plain), 1.84 KB, created by
Claire Gravely
on 2017-12-07 07:37:21 UTC
(
hide
)
Description:
When placing a hold for a patron whose pickup library and home library are different, the message displayed only shows the branch code and not the branch name.
Filename:
MIME Type:
Creator:
Claire Gravely
Created:
2017-12-07 07:37:21 UTC
Size:
1.84 KB
patch
obsolete
>From 53332908dd3762194844059a379ed4939ee3ddd0 Mon Sep 17 00:00:00 2001 >From: Claire Gravely <claire.gravely@bsz-bw.de> >Date: Thu, 7 Dec 2017 07:35:37 +0000 >Subject: [PATCH] When placing a hold for a patron whose pickup library and > home library are different, the message displayed only shows the branch code > and not the branch name. > >This patch displays the branch name as well as the branch code. > >To test: >1. Search for an item >2. Click 'place hold' >3. Enter patron name/card number for a patron whose home library is >different to the item's >4. Note the message displayed only shows the branch code but not the >name >5. Apply Patch >6. Repeat 1-3 >7. Message should not also display the branch name > >https://bugs.koha-community.org/show_bug.cgi?id=19769 >--- > 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 02c50b9..c84576b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -323,7 +323,7 @@ function checkMultiHold() { > [% END %] > > [% IF ( diffbranch ) %] >- <li> <strong>Pickup library is different. </strong>Patron: <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> Patron's home library: ([% borrower_branchname %] / [% borrower_branchcode %] )</li> >+ <li> <strong>Pickup library is different. </strong>Patron: <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> Patron's home library: ([% Branches.GetName(borrower_branchcode) %] / [% borrower_branchcode %] )</li> > [% END %] > > </ul></div> >-- >2.1.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 19769
:
69594
|
69605
|
69609