@@ -, +, @@ code - 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt @@ -43,7 +43,7 @@ $(document).ready(function() { [% IF ( run_report ) %] [% IF ( total ) %]
[% total %] items found for - [% IF ( branchlimit ) %][% branchlimit %][% ELSE %]ALL libraries[% END %] + [% IF ( branchlimit ) %][% Branches.GetName( branchlimit ) %][% ELSE %]ALL libraries[% END %]
[% ELSE %]
No items found.
--