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

Evergreen Git git at git.evergreen-ils.org
Thu Jun 7 00:40:41 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  d903689dc0dc34cf8ecb41733b6e8c423f3cb783 (commit)
      from  f17d2d7fc723cd642d48c7b1406d6b728a41d67c (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 d903689dc0dc34cf8ecb41733b6e8c423f3cb783
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 9e25668..ec94c04 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
@@ -274,7 +274,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