From af4d4d2042b62bdf57bd0bf39fcfa11a5e9f07c4 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 --- .../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 ad235d56fac..8a59835b82f 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