From f34f75ebd741b9c43dfaa94d590be58044257388 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Mon, 5 May 2003 21:22:24 +0000 Subject: [PATCH] circulation.pl also has to set the branch and printer cookies. --- circ/circulation.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circ/circulation.pl b/circ/circulation.pl index d118cedf8f..e525e59cc5 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -332,6 +332,10 @@ $template->param( previssues => $previssues, ); +if ($branchcookie) { + $cookie=[$cookie, $branchcookie, $printercookie]; +} + output_html_with_http_headers $query, $cookie, $template->output; #################################################################### -- 2.39.5