View | Details | Raw Unified | Return to bug 23594
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-2 / +1 lines)
Lines 844-850 Link Here
844
                columns_settings = [% ColumnsSettings.GetColumns( 'acqui', 'suggestions', 'suggestions', 'json' ) | $raw %]
844
                columns_settings = [% ColumnsSettings.GetColumns( 'acqui', 'suggestions', 'suggestions', 'json' ) | $raw %]
845
                [% FOREACH suggestion IN suggestions %]
845
                [% FOREACH suggestion IN suggestions %]
846
                    [% IF ( suggestion.suggestions_loop ) %]
846
                    [% IF ( suggestion.suggestions_loop ) %]
847
                        KohaTable("[% suggestion.suggestiontype | html %]t", {
847
                        KohaTable("table_[% loop.count| html %]", {
848
                            "sorting": [[ 1, "asc" ]],
848
                            "sorting": [[ 1, "asc" ]],
849
                            "autoWidth": false,
849
                            "autoWidth": false,
850
                            "columnDefs": [
850
                            "columnDefs": [
851
- 

Return to bug 23594