[open-ils-commits] [GIT] Evergreen ILS branch master updated. 04611dffa458982ada067357e1b7aa54a075356c

Evergreen Git git at git.evergreen-ils.org
Tue Jul 24 14:18:41 EDT 2012


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  04611dffa458982ada067357e1b7aa54a075356c (commit)
      from  9332a68d06cb6caa0af3f560d5acfaaf6b716be7 (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 04611dffa458982ada067357e1b7aa54a075356c
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Mon Jul 9 22:46:05 2012 -0400

    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    
    LP: Allow user to change activation options for suspended holds.
    
    Activation options were hidden from users when holds were in a suspended
    state.
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/templates/opac/myopac/holds/edit.tt2 b/Open-ILS/src/templates/opac/myopac/holds/edit.tt2
index 293199f..d18e063 100644
--- a/Open-ILS/src/templates/opac/myopac/holds/edit.tt2
+++ b/Open-ILS/src/templates/opac/myopac/holds/edit.tt2
@@ -51,7 +51,7 @@
                                 name='pickup_lib' value=ahr.pickup_lib %]
                         </td>
                     </tr>
-                    [% IF hold.hold.status < 3 %]
+                    [% IF hold.hold.status < 3 OR hold.hold.status == 7 %]
                     [%# The following actions cannot be performed on holds that 
                         have already been captured... %]
                     <tr>

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list