LP#1316814: Change potentially incorrect information display in hold_status.tt2
authorVictoria Lewis <vcamklewis@gmail.com>
Wed, 7 May 2014 20:10:19 +0000 (13:10 -0700)
committerBen Shum <bshum@biblio.org>
Thu, 10 Jul 2014 19:03:17 +0000 (15:03 -0400)
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 <vcamklewis@gmail.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/hold_status.tt2

index 0cabbec..2e17e87 100644 (file)
@@ -23,7 +23,7 @@
     %]
     </div>
     <div>
-        [% 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 %]
     </div>
 [% END %]