From 66838d10749a89a64acf4bdc4db570043f36589f Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 10 Dec 2020 13:28:49 -0500 Subject: [PATCH] LP1902120 Rename All Parts to Any Part in Hold Placement When parts are set up when placing a hold, the current dropdown gives the option "All Parts" which implies that the patron will receive all of the different parts rather than just one. This wording has already been changed to "Any Part" in the new Angular staff catalog. Signed-off-by: Terran McCanna --- Open-ILS/src/templates-bootstrap/opac/parts/place_hold.tt2 | 4 ++-- Open-ILS/src/templates/opac/parts/place_hold.tt2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/place_hold.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/place_hold.tt2 index 652a0a1606..60fa2821a0 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/place_hold.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/place_hold.tt2 @@ -157,7 +157,7 @@ function maybeToggleNumCopies(obj) {
[% IF !hdata.part_required %] - [% l('All Parts') %] + [% l('Any Part') %] [% END %] [% FOR part IN hdata.parts %] @@ -170,7 +170,7 @@ function maybeToggleNumCopies(obj) { %] [% l('All Parts') %] + [% l('Any Part') %] [% END %] [% FOR part IN hdata.parts %] @@ -171,7 +171,7 @@ function maybeToggleNumCopies(obj) { %]