@@ -, +, @@ OPAC account when there is only one branch - In a system with more than one library defined the "Holds" tab of opac-user.pl should show a "Pick up location" column. - In a system with only one library defined there should be now "Pick up location" column. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -579,7 +579,9 @@ Title Placed on Expires on - Pick up location + [% UNLESS( singleBranchMode) %] + Pick up location + [% END %] [% IF ( showpriority ) %] Priority [% END %] @@ -638,10 +640,12 @@ - [% END %] - - Pick up location: - [% RESERVE.branch.branchname %] - + [% UNLESS( singleBranchMode) %] + + Pick up location: + [% RESERVE.branch.branchname %] + + [% END %] [% IF ( showpriority ) %] Priority: --