Bugzilla – Attachment 36160 Details for
Bug 13750
Holds queue: Always show branch name, not branch code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13750: Holds queue - Show branch name instead of branch code
Bug-13750-Holds-queue---Show-branch-name-instead-o.patch (text/plain), 1.55 KB, created by
Jonathan Druart
on 2015-02-25 11:25:19 UTC
(
hide
)
Description:
Bug 13750: Holds queue - Show branch name instead of branch code
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-02-25 11:25:19 UTC
Size:
1.55 KB
patch
obsolete
>From 5cf4ee77e1b6ea9095840042958a762aaf2b5612 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 22 Feb 2015 11:50:21 +0100 >Subject: [PATCH] Bug 13750: Holds queue - Show branch name instead of branch > code > >When the holds queue report is limited to one library, it shows ><cound> items found for <branchcode> > >With the patch applied, the branch name is shown instead of the code. > >To test: >- Go to circulation > Holds queue >- Limit to one branch with holds waiting to be processed >- Confirm the string has changed to show the branch name > >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >index d6fe7e2..f855445 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >@@ -43,7 +43,7 @@ $(document).ready(function() { > [% IF ( run_report ) %] > [% IF ( total ) %] > <div class="results">[% total %] items found for >- [% IF ( branchlimit ) %][% branchlimit %][% ELSE %]ALL libraries[% END %] >+ [% IF ( branchlimit ) %][% Branches.GetName( branchlimit ) %][% ELSE %]ALL libraries[% END %] > </div> > [% ELSE %] > <div class="dialog message">No items found.</div> >-- >2.1.0
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 13750
:
36118
|
36129
| 36160 |
36161