From 93d51c3a085a358a399e63f9ec35e1724b717aa2 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 3 Feb 2020 11:19:46 +0100 Subject: [PATCH] Bug 23590: remove unused variable Signed-off-by: Katrin Fischer --- suggestion/suggestion.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index 9f2e93ea93..64d7610ea0 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@ -174,7 +174,6 @@ if ( $op =~ /save/i ) { my $patron = Koha::Patrons->find( $suggestion_only->{managedby} ); my $email_address = $patron->notice_email_address; if ($patron->notice_email_address) { - my $budget = C4::Budgets::GetBudget( $suggestion_only->{budgetid} ); my $library = $patron->library; my $admin_email_address = $library->branchemail || C4::Context->preference('KohaAdminEmailAddress'); -- 2.11.0