From ad4c44be47f5203b561ca3246a55c345203a59fa Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Wed, 17 Feb 2021 14:56:38 -0500 Subject: [PATCH] LP1859513: In-house use link to item summary Adds a link from the item's barcode in the in-house checkin screen to the item summary screen. To test: Type an item barcode into the In-House Use screen. Click on the barcode that displays in the item list. Signed-off-by: Garry Collum Signed-off-by: Terran McCanna Signed-off-by: Jane Sandberg --- Open-ILS/src/templates/staff/circ/in_house_use/index.tt2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/circ/in_house_use/index.tt2 b/Open-ILS/src/templates/staff/circ/in_house_use/index.tt2 index 5f4e873c1a..4c5ddfc482 100644 --- a/Open-ILS/src/templates/staff/circ/in_house_use/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/in_house_use/index.tt2 @@ -74,7 +74,11 @@ persist-key="circ.in_house_use"> - + + + {{item.copy.barcode()}} + + -- 2.43.2