[open-ils-commits] [GIT] Evergreen ILS branch master updated. a689278e2f76f7d4e28de064dc70a03d4731941c
Evergreen Git
git at git.evergreen-ils.org
Thu Jun 7 00:40:04 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, master has been updated
via a689278e2f76f7d4e28de064dc70a03d4731941c (commit)
from a28c7ea48d6361e7e1ac7601f1190c0f6be607f8 (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 a689278e2f76f7d4e28de064dc70a03d4731941c
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