From 4b0323727e08ff8f6b66441308c55d1dad111a03 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 535751c690f..4e60547a2bb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -1256,35 +1256,35 @@ const managedby_patron_borrowernumber = "[% suggestion.manager.borrowernumber | html %]"; const op = "[% op | html %]"; - @@ -1346,13 +1344,12 @@ CAN_user_suggestions_suggestions_delete: [% CAN_user_suggestions_suggestions_delete ? 1 : 0 | html %], }); - [% INCLUDE 'datatables.inc' %]