From: Chris Sharp Date: Fri, 22 Nov 2013 15:18:58 +0000 (-0500) Subject: Allowing unfillable hold placement in the staff client, not the OPAC X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0f92c6cf5e5c71e170d2fdb81483f6c7dfc24c5a;p=evergreen%2Fpines.git Allowing unfillable hold placement in the staff client, not the OPAC In PINES, we do not allow patrons to override hold policies, but staff may in certain circumstances. This change makes the option visible in the staff client, but not the OPAC. --- diff --git a/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 b/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 index f6172c210e..a7c7d32e1a 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 @@ -112,7 +112,8 @@ [% END %] - + [% IF ctx.is_staff %] [% IF override_possible %]

@@ -125,7 +126,7 @@ class="opac-button" /> [% END %] - --> + [% END %] [% IF any_failures OR ctx.general_hold_error %] [% l('Cancel') %]