From: Jim Keenan Date: Mon, 23 Feb 2015 18:11:16 +0000 (-0500) Subject: LP1424656: OPAC grammatical error in patron hold status display X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=72cfb1774423563df3cd97736dcdca82ad76222a;p=working%2FEvergreen.git LP1424656: OPAC grammatical error in patron hold status display Added code to account for plural of hold - holds Signed-off-by: Jim Keenan ,# --- diff --git a/Open-ILS/src/templates/opac/parts/hold_status.tt2 b/Open-ILS/src/templates/opac/parts/hold_status.tt2 index 2e17e874f0..189218497f 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, copy, copies]', + [% l('[quant,_1,hold,holds] on [quant,_2,circulating copy,circulating copies]', hold.hold.queue_position, hold.hold.potential_copies) | html %]
[% END %]