From d8fd52fb9a40c93c73adb2c9e79d7cb69074bf76 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 9 Jul 2020 11:52:32 -0400 Subject: [PATCH] add human-friendly labels for the name column in the holdings definitions grid Signed-off-by: Galen Charlton --- .../acq/provider/provider-holdings.component.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/provider/provider-holdings.component.html b/Open-ILS/src/eg2/src/app/staff/acq/provider/provider-holdings.component.html index 50ac04c28c..1713c52d13 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/provider/provider-holdings.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/provider/provider-holdings.component.html @@ -5,6 +5,22 @@ + + + Barcode + Call Number + Circulation Modifier + Collection Code + Estimated Price + Fund Code + Note + Owning Library + Quantity + Shelving Location + {{row.name()}} + + + + + + + -- 2.11.0