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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-2 / +1 lines)
Lines 1347-1353 Link Here
1347
                [% FOREACH suggestion IN suggestions %]
1347
                [% FOREACH suggestion IN suggestions %]
1348
                    [% IF suggestion.suggestions.size %]
1348
                    [% IF suggestion.suggestions.size %]
1349
                        KohaTable("table_[% loop.count| html %]", {
1349
                        KohaTable("table_[% loop.count| html %]", {
1350
                            "sorting": [[ 3, "asc" ]],
1350
                            "sorting": [[ 4, "asc" ]],
1351
                            "autoWidth": false,
1351
                            "autoWidth": false,
1352
                        }, table_settings );
1352
                        }, table_settings );
1353
                    [% END %]
1353
                    [% END %]
1354
- 

Return to bug 34917