From 22fe60e3f383916fb5cfea32db168c3cd769d0cf 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 Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 956ae915b0619e93ab3513b9ad6a4b53add640a7) Signed-off-by: Jacob O'Mara --- .../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.20.1