[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 686764a43543e1a725050d23f5cbec013d21a693

Evergreen Git git at git.evergreen-ils.org
Thu Jul 10 15:03:46 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  686764a43543e1a725050d23f5cbec013d21a693 (commit)
      from  ba629d5b4567436fe1b5db37b29c631ee217959e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 686764a43543e1a725050d23f5cbec013d21a693
Author: Victoria Lewis <vcamklewis at gmail.com>
Date:   Wed May 7 13:10:19 2014 -0700

    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 <vcamklewis at gmail.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/opac/parts/hold_status.tt2 b/Open-ILS/src/templates/opac/parts/hold_status.tt2
index 0cabbec..2e17e87 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 @@
     %]
     </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 %]

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/opac/parts/hold_status.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list