From 3433d29e2e1f3023c71eef2d59e5b5bf227f2135 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 9 Aug 2019 10:21:53 -0400 Subject: [PATCH] LP1839548 Angular catalog holds patron barcode link Holds grid on record detail page now present the patron barcode as a link to the patron UI. Related, this fixes the URL in the link for the copy barcode. Signed-off-by: Bill Erickson Signed-off-by: Chris Sharp --- .../src/app/staff/share/holds/grid.component.html | 12 +++++++++--- 1 file changed, 9 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 6b609303ea..d049c28019 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 @@ -83,7 +83,7 @@ - + {{hold.cp_barcode}} @@ -91,8 +91,14 @@ [cellTemplate]="barcodeTmpl"> - + + + {{hold.ucard_barcode}} + + + + -- 2.43.2