From e6cbdddc921b28d34fe6ed949a57b519216b573a Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 29 Oct 2014 17:07:15 -0400 Subject: [PATCH] KMAIN-404 - Context switch after placing a hold Cross-port: 61423b4 --- KCLS/openils/var/templates_kcls/opac/parts/header.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KCLS/openils/var/templates_kcls/opac/parts/header.tt2 b/KCLS/openils/var/templates_kcls/opac/parts/header.tt2 index f23c3e779e..4a569fef67 100644 --- a/KCLS/openils/var/templates_kcls/opac/parts/header.tt2 +++ b/KCLS/openils/var/templates_kcls/opac/parts/header.tt2 @@ -67,7 +67,7 @@ END; ELSE; # staying on the current page - cgi.url("-path" => 1, "-query" => 1); + cgi.url("-absolute" => 1, "-path" => 1, "-query" => 1); END; END; %] -- 2.11.0