[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_7 updated. 9c7b16588cbad34b58c904ce38ff34eb5d7653de

Evergreen Git git at git.evergreen-ils.org
Thu Oct 9 11:53:57 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, rel_2_7 has been updated
       via  9c7b16588cbad34b58c904ce38ff34eb5d7653de (commit)
      from  c314369ee643e6d7baa7cda28fdba367eec4c296 (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 9c7b16588cbad34b58c904ce38ff34eb5d7653de
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Oct 7 16:42:18 2014 -0700

    LP#1378575: teach action::hold_request about behind_desk
    
    This patch teaches the CDBI class for the action.hold_request
    table about the newish behind_desk column, preventing errors
    like this from being thrown if a recent OpenSRF version is in
    use:
    
    Processing of hold failed:  Can't locate object method "behind_desk"
    via package "action::hold_request" at /usr/local/share/perl/5.14.2/OpenILS/Application/Storage/CDBI.pm line 181.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm
index e46b0fb..8a33f4f 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm
@@ -98,7 +98,7 @@ __PACKAGE__->columns(Essential => qw/request_time capture_time fulfillment_time
                      phone_notify email_notify sms_notify sms_carrier selection_depth cancel_note
                      pickup_lib current_copy request_lib frozen thaw_date mint_condition
                      fulfillment_staff fulfillment_lib selection_ou cut_in_line
-                     shelf_expire_time current_shelf_lib/);
+                     shelf_expire_time current_shelf_lib behind_desk/);
 
 #-------------------------------------------------------------------------------
 

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

Summary of changes:
 .../lib/OpenILS/Application/Storage/CDBI/action.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list