[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 826fa0093fac29e93fcb73a09118678fb3a926ce

Evergreen Git git at git.evergreen-ils.org
Thu Sep 29 12:00:44 EDT 2011


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_1 has been updated
       via  826fa0093fac29e93fcb73a09118678fb3a926ce (commit)
      from  d7dc11a11851843c441a599f1294845456b259cc (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 826fa0093fac29e93fcb73a09118678fb3a926ce
Author: Bill Erickson <berick at esilibrary.com>
Date:   Thu Sep 29 11:57:46 2011 -0400

    Added missing Penalty module import for AssetCommon
    
    The lack of import primarily affected the Action/Trigger MarkItemLost
    reactor, which does not already import OpenILS::Utils::Penalty directly
    or indirectly.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Cat/AssetCommon.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Cat/AssetCommon.pm
index 80b6423..673e470 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Cat/AssetCommon.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Cat/AssetCommon.pm
@@ -9,6 +9,7 @@ use OpenILS::Utils::Fieldmapper;
 use OpenILS::Const qw/:const/;
 use OpenSRF::AppSession;
 use OpenILS::Event;
+use OpenILS::Utils::Penalty;
 use OpenILS::Application::Circ::CircCommon;
 my $U = 'OpenILS::Application::AppUtils';
 

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

Summary of changes:
 .../lib/OpenILS/Application/Cat/AssetCommon.pm     |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list