From 686764a43543e1a725050d23f5cbec013d21a693 Mon Sep 17 00:00:00 2001 From: Victoria Lewis Date: Wed, 7 May 2014 13:10:19 -0700 Subject: [PATCH] LP#1316814: Change potentially incorrect information display in hold_status.tt2 Removed word "circulating" from patron hold status message regarding the number of copies of the material. Some copies may be ON ORDER and therefore not circulating. Signed-off-by: Victoria Lewis Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/parts/hold_status.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/hold_status.tt2 b/Open-ILS/src/templates/opac/parts/hold_status.tt2 index 0cabbece6b..2e17e874f0 100644 --- a/Open-ILS/src/templates/opac/parts/hold_status.tt2 +++ b/Open-ILS/src/templates/opac/parts/hold_status.tt2 @@ -23,7 +23,7 @@ %]
- [% l('[_1] hold on [quant,_2,circulating copy,circulating copies]', + [% l('[_1] hold on [quant,_2, copy, copies]', hold.hold.queue_position, hold.hold.potential_copies) | html %]
[% END %] -- 2.43.2