Bug 16530: Add a new method to the Branches TT Plugin to avoid c/p
[koha_ffzg] / circ / selectbranchprinter.pl
index cf0af68..8099a38 100755 (executable)
@@ -137,7 +137,4 @@ $template->param(
 # Checking if there is a Fast Cataloging Framework
 $template->param( fast_cataloging => 1 ) if Koha::BiblioFrameworks->find( 'FA' );
 
-# Checking if the transfer page needs to be displayed
-$template->param( display_transfer => 1 ) if ( ($flags->{'superlibrarian'} == 1) || (C4::Context->preference("IndependentBranches") == 0) );
-
 output_html_with_http_headers $query, $cookie, $template->output;