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

Evergreen Git git at git.evergreen-ils.org
Thu Sep 29 12:00:07 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, master has been updated
       via  e9e952727db270125e540716c211eaca39c0b9bf (commit)
      from  0d5636809fbb11784edc37fd611ac1471c9e1f29 (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 e9e952727db270125e540716c211eaca39c0b9bf
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 058bce0..71a2020 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