From 491d5271a340dd7da3817297fe94b8d17eb12e67 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 --- 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.11.0