From: Terran McCanna Date: Thu, 10 Dec 2020 18:28:49 +0000 (-0500) Subject: LP1902120 Rename All Parts to Any Part in Hold Placement X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dba32fa23848dcf39392c3d90dc01975f2fcccc9;p=working%2FEvergreen.git 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 --- 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 419e7c1069..7abcbe0e2e 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 %] @@ -169,7 +169,7 @@ function maybeToggleNumCopies(obj) { %]