|
Lines 838-844
Link Here
|
| 838 |
columns_settings = [% ColumnsSettings.GetColumns( 'acqui', 'suggestions', 'suggestions', 'json' ) | $raw %] |
838 |
columns_settings = [% ColumnsSettings.GetColumns( 'acqui', 'suggestions', 'suggestions', 'json' ) | $raw %] |
| 839 |
[% FOREACH suggestion IN suggestions %] |
839 |
[% FOREACH suggestion IN suggestions %] |
| 840 |
[% IF ( suggestion.suggestions_loop ) %] |
840 |
[% IF ( suggestion.suggestions_loop ) %] |
| 841 |
KohaTable("[% suggestion.suggestiontype %]t", { |
841 |
KohaTable("[% suggestion.suggestiontype | html %]t", { |
| 842 |
"sorting": [[ 1, "asc" ]], |
842 |
"sorting": [[ 1, "asc" ]], |
| 843 |
"autoWidth": false, |
843 |
"autoWidth": false, |
| 844 |
"columnDefs": [ |
844 |
"columnDefs": [ |
| 845 |
- |
|
|