Bug 19277: Make sure the tests will pass even if they are slow
[srvgit] / circ / renew.pl
index d68247e..246c266 100755 (executable)
@@ -121,7 +121,4 @@ if ($barcode) {
 # 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( $cgi, $cookie, $template->output );