Bug 29496: CheckMandatorySubfields don't work properly with select field in serials...
[koha-ffzg.git] / svc / renew
index a3edd4d..91f7958 100755 (executable)
--- a/svc/renew
+++ b/svc/renew
@@ -31,7 +31,7 @@ use Koha::DateUtils qw(output_pref dt_from_string);
 
 my $input = CGI->new;
 
-my ( $auth_status, $sessionID ) =
+my ( $auth_status ) =
   check_cookie_auth( $input->cookie('CGISESSID'),
     { circulate => 'circulate_remaining_permissions' } );