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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-2 / +1 lines)
Lines 1270-1276 Link Here
1270
                [% FOREACH suggestion IN suggestions %]
1270
                [% FOREACH suggestion IN suggestions %]
1271
                    [% IF ( suggestion.suggestions_loop ) %]
1271
                    [% IF ( suggestion.suggestions_loop ) %]
1272
                        KohaTable("table_[% loop.count| html %]", {
1272
                        KohaTable("table_[% loop.count| html %]", {
1273
                            "sorting": [[ 1, "asc" ]],
1273
                            "sorting": [[ 3, "asc" ]],
1274
                            "autoWidth": false,
1274
                            "autoWidth": false,
1275
                        }, columns_settings );
1275
                        }, columns_settings );
1276
                    [% END %]
1276
                    [% END %]
1277
- 

Return to bug 27813