From 762f869151be3dc2875fb473c8bc9cdc06e4cd64 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 23 Jan 2020 09:59:55 +0100 Subject: [PATCH] Bug 23594: Fix bad resolution conflict with bug 16784 --- koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 76a78c5703..0d7d23a84a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -844,7 +844,7 @@ columns_settings = [% ColumnsSettings.GetColumns( 'acqui', 'suggestions', 'suggestions', 'json' ) | $raw %] [% FOREACH suggestion IN suggestions %] [% IF ( suggestion.suggestions_loop ) %] - KohaTable("[% suggestion.suggestiontype | html %]t", { + KohaTable("table_[% loop.count| html %]", { "sorting": [[ 1, "asc" ]], "autoWidth": false, "columnDefs": [ -- 2.11.0