From 7af7cd0bb0625178466eaa143fa5d1a39e6badc5 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 16 Feb 2026 11:55:44 +0000 Subject: [PATCH] Bug 41857: Remove suggestion I don't understand why we need this here, but it seems to be picking up a leftover suggestion from a previous loop. This code itself is not within a loop, so it doesnt have the hashref containing suggestiontype from suggestion.pl. It's trying to access suggestiontype from Koha::Suggestion which causes an explosion Signed-off-by: David Nind --- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index ad235d56fa..8a59835b82 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -1064,8 +1064,8 @@
  1. - - [% IF (statusselected_ASKED ) %] -- 2.39.5