From: Bill Erickson Date: Wed, 29 Oct 2014 21:08:16 +0000 (-0400) Subject: Correct spelling error for opac.patron.auto_overide_hold_events to opac.patron.auto_o... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e1c9d6a4eabc5321ce027be44de05a83b9c069e1;p=working%2FEvergreen.git Correct spelling error for opac.patron.auto_overide_hold_events to opac.patron.auto_override_hold_events Cross-port: 9c652bc --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm index 0e06a12ef9..beb5b655ea 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm @@ -1330,7 +1330,7 @@ sub attempt_hold_placement { } elsif (!$ctx->{is_staff}) { $method .= '.override' if $self->ctx->{get_org_setting}->( - $e->requestor->home_ou, "opac.patron.auto_overide_hold_events"); + $e->requestor->home_ou, "opac.patron.auto_override_hold_events"); } my @create_targets = map {$_->{target_id}} (grep { !$_->{hold_failed} } @hold_data);