From e1b5a8b292ac9f81a0d6473507ed1b4447825bd3 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 17 Jul 2019 12:36:10 -0400 Subject: [PATCH] LP1823367 Ang catalog replace 'Volume' with 'Call Number' Update references in the Angular staff catalog for "Volume" with the preffered "Call Number". Signed-off-by: Bill Erickson Signed-off-by: Dan Wells Signed-off-by: Galen Charlton --- .../eg2/src/app/staff/catalog/hold/hold.component.html | 2 +- .../src/app/staff/catalog/record/actions.component.html | 4 ++-- .../src/app/staff/catalog/record/copies.component.html | 2 +- .../src/app/staff/catalog/record/holdings.component.html | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html index 1f79387232..a63c69a449 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html @@ -167,7 +167,7 @@
Placing METARECORD TITLE - VOLUME + CALL NUMBER FORCE COPY COPY RECALL diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.html index 452c3feb92..1d3856da08 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.html @@ -6,7 +6,7 @@ + i18n-text text="Call Number Transfer Target Set"> @@ -64,7 +64,7 @@ diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html index 709dff2a1f..0c07c5edd2 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html @@ -28,7 +28,7 @@ - Volume Hold + Call Number Hold
diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html index 830538fb9e..ec94e18a81 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html @@ -62,13 +62,13 @@ - - - + - + -- 2.43.2