@@ -, +, @@ -- the status will be changed to "in transit" but the "Current Location" --- circ/circulation-home.pl | 5 +---- .../prog/en/modules/circ/circulation-home.tt | 2 -- 2 files changed, 1 insertions(+), 6 deletions(-) --- a/circ/circulation-home.pl +++ a/circ/circulation-home.pl @@ -25,7 +25,7 @@ use C4::Context; use C4::Koha; my $query = new CGI; -my ($template, $loggedinuser, $cookie, $flags) +my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "circ/circulation-home.tmpl", query => $query, type => "intranet", @@ -37,8 +37,5 @@ my ($template, $loggedinuser, $cookie, $flags) my $fa = getframeworkinfo('FA'); $template->param( fast_cataloging => 1 ) if (defined $fa); -# Checking if the transfer page needs to be displayed -$template->param( display_transfer => 1 ) if ( ($flags->{'superlibrarian'} == 1) || (C4::Context->preference("IndependantBranches") == 0) ); - output_html_with_http_headers $query, $cookie, $template->output; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt @@ -19,9 +19,7 @@