KMAIN-404 - Context switch after placing a hold
authorBill Erickson <berickxx@gmail.com>
Wed, 29 Oct 2014 21:07:15 +0000 (17:07 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
    Cross-port: 61423b4

KCLS/openils/var/templates_kcls/opac/parts/header.tt2

index f23c3e7..4a569fe 100644 (file)
@@ -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;
 %]