From 1df6aed1b6f7de0f22e8b19ad6cc29c43843cee1 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 17 May 2012 09:35:16 -0400 Subject: [PATCH] kpac; set record detail link in breadcrumbs On the getit page, the record title link in the breadcrumb now returns to the main record page. Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander --- Open-ILS/src/templates/kpac/parts/breadcrumb.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/kpac/parts/breadcrumb.tt2 b/Open-ILS/src/templates/kpac/parts/breadcrumb.tt2 index ff6198acff..43d911caba 100644 --- a/Open-ILS/src/templates/kpac/parts/breadcrumb.tt2 +++ b/Open-ILS/src/templates/kpac/parts/breadcrumb.tt2 @@ -33,7 +33,7 @@ # I know there's a way to do this all w/ substr, # but it's trying my patience. this works. %] - [% title | html %] + [% title | html %]
 
-- 2.43.2