[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. d8bd852219246189a3196f477b75edca32411733

Evergreen Git git at git.evergreen-ils.org
Tue Jul 24 14:19:25 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, rel_2_2 has been updated
       via  d8bd852219246189a3196f477b75edca32411733 (commit)
      from  65f78b4fa9543fd21593c7f02a61bbcc73e98ec4 (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 d8bd852219246189a3196f477b75edca32411733
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Mon Jul 9 22:46:05 2012 -0400

    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: Kathy Lussier <klussier at masslnc.org>
    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