From 17ab9d4a5f8994813d51c7e73617cb2d6cf8f67c Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 18 Apr 2013 10:17:15 -0400 Subject: [PATCH] long-overdue : ML; marking LOD Signed-off-by: Bill Erickson --- Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Validator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Validator.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Validator.pm index e7940ead1c..db909a51b1 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Validator.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Validator.pm @@ -174,7 +174,7 @@ sub PatronNotInCollections { $user = $user->id if ref $user; $org = $org->id if ref $org; - my $existing = new_editor()->search_usr_standing_penalty({ + my $existing = new_editor()->search_actor_user_standing_penalty({ usr => $user, org_unit => $U->get_org_ancestors($org, 1), standing_penalty => 30, # PATRON_IN_COLLECTIONS -- 2.11.0