From bb9e56394d6b0a1f59a51f8e9e390ca89c225304 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 22 Nov 2013 10:18:58 -0500 Subject: [PATCH] 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. --- Open-ILS/src/templates/opac/parts/place_hold_result.tt2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 8aee29a1fe..61ed68008c 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 @@ -117,7 +117,8 @@ [% END %] - + [% IF ctx.is_staff %] [% IF override_possible %]

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