[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 23cd9af7ca58174389308bae2cf34018ce500305

Evergreen Git git at git.evergreen-ils.org
Thu Jun 7 00:41:22 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_1 has been updated
       via  23cd9af7ca58174389308bae2cf34018ce500305 (commit)
      from  29e7e64f969605eee4d9a6031fec450d0de52dd5 (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 23cd9af7ca58174389308bae2cf34018ce500305
Author: James Fournie <jfournie at sitka.bclibraries.ca>
Date:   Wed Jun 6 14:47:30 2012 -0700

    LP1009752: activate purchase orders with patron requests
    
    Simple typo: "actor_hold_request" should be "action_hold_request".
    
    Signed-off-by: Dan Scott <dan at coffeecode.net>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
index 085293b..b4e14b9 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
@@ -297,7 +297,7 @@ sub promote_lineitem_holds {
             $hold->target( $li->eg_bib_id );
         }
 
-        $mgr->editor->create_actor_hold_request( $hold ) or return 0;
+        $mgr->editor->create_action_hold_request( $hold ) or return 0;
     }
 
     return $li;

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

Summary of changes:
 .../perlmods/lib/OpenILS/Application/Acq/Order.pm  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list