From e6f0c4bd0d329e1f138c9c70f96fc8f3158eed34 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 18 Feb 2023 10:04:07 +0000 Subject: [PATCH] Bug 33002: Restore "Archive selected" for archiving multiple suggestions It looks like this button, added by bug 30599 was later accidentally removed again. This is giving it a comeback. To test: 1 - Apply patch 2 - Create some purchase suggestions 3 - Select several suggestions 4 - Click 'Archive selected' 5 - Suggestions are archived 6 - You can view archived suggestions by selecting 'Suggestion information'->'Include archived' Signed-off-by: Owen Leonard Signed-off-by: Caroline Cyr La Rose --- .../prog/en/modules/suggestion/suggestion.tt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 4bed26ce98..93d6cac8e7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -992,6 +992,16 @@ +
+
+ Archive selected + + +
+ +
+
+
[% ELSE %] -- 2.34.1