@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt | 4 ++-- suggestion/suggestion.pl | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt @@ -223,8 +223,8 @@ --- a/suggestion/suggestion.pl +++ a/suggestion/suggestion.pl @@ -24,6 +24,7 @@ use CGI qw ( -utf8 ); use C4::Auth; # get_template_and_user use C4::Output; use C4::Suggestions; +use C4::Koha; use C4::Budgets; use C4::Search; use C4::Members; --