From: Bill Erickson Date: Fri, 9 Aug 2019 14:21:53 +0000 (-0400) Subject: LP1839548 Angular catalog holds patron barcode link X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3433d29e2e1f3023c71eef2d59e5b5bf227f2135;p=working%2FEvergreen.git 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 --- 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}} + + + +