From 8c07c06939d2b460fdfe828ec3253945a17b9d23 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Fri, 31 Dec 2021 13:37:09 -0500 Subject: [PATCH] LP1909681 Open hold grid links in new tab This updates the holds grid used by Hopeless Holds, the Holds Pull List, and the staff catalog record View Holds tab. Signed-off-by: Terran McCanna Signed-off-by: Garry Collum Signed-off-by: Mike Rylander --- Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html b/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html index d70e6d1593..b6430cfac0 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html @@ -150,7 +150,7 @@ - + {{hold.title}} @@ -158,7 +158,7 @@ [cellTemplate]="titleTmpl"> - + {{hold.cp_barcode}} @@ -181,7 +181,7 @@ datatype="timestamp" [datePlusTime]="true"> - + {{hold.ucard_barcode}} -- 2.11.0