From c2de05995c7f1b07ab8d0c314a40eff6df4f1bfe Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Sun, 14 May 2023 17:23:55 -0400 Subject: [PATCH] thinko, perl, not typescript Signed-off-by: Jason Etheridge --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 03ff12d5f0..7738f5817e 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm @@ -1508,7 +1508,7 @@ sub load_place_hold { my $any_part_label = $self->editor->retrieve_config_i18n_string([1, {}]); $any_part_label = $any_part_label->string if $any_part_label; - $ctx->{any_part_label} = $any_part_label || $localize`All Parts`; + $ctx->{any_part_label} = $any_part_label || 'All Parts'; $ctx->{staff_recipient} = $self->editor->retrieve_actor_user([ $e->requestor->id, { -- 2.11.0