From f829b160ded5535a697412ef8e71e39c80d1db59 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 8912709512..5dde2e3bd7 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 @@ -149,7 +149,7 @@ - + {{hold.title}} @@ -157,7 +157,7 @@ [cellTemplate]="titleTmpl"> - + {{hold.cp_barcode}} @@ -180,7 +180,7 @@ datatype="timestamp" [datePlusTime]="true"> - + {{hold.ucard_barcode}} -- 2.11.0