From 0406ca666cc632411306a4d1065e00364f5f4679 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 9 Jan 2026 13:16:33 +0100 Subject: [PATCH] Bug 41579: suggestions - auto tidy Signed-off-by: Owen Leonard --- .../prog/en/modules/suggestion/suggestion.tt | 276 +++++++++--------- 1 file changed, 142 insertions(+), 134 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 fe973dc6252..b71cac719ed 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -1240,35 +1240,35 @@ const managedby_patron_borrowernumber = "[% managedby_patron.borrowernumber | html %]"; const op = "[% op | html %]"; - @@ -1330,13 +1328,12 @@ CAN_user_suggestions_suggestions_delete: [% CAN_user_suggestions_suggestions_delete ? 1 : 0 | html %], }); - [% INCLUDE 'datatables.inc' %]