Lines 138-144
Link Here
|
138 |
[% END %] |
138 |
[% END %] |
139 |
var table = KohaTable("table_issues", { |
139 |
var table = KohaTable("table_issues", { |
140 |
"sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>', |
140 |
"sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>', |
|
|
141 |
[% IF Koha.Preference('RecordStaffUserOnCheckout') %] |
142 |
"aaSorting": [[ 5, "desc" ]], |
143 |
[% ELSE %] |
141 |
"aaSorting": [[ 4, "desc" ]], |
144 |
"aaSorting": [[ 4, "desc" ]], |
|
|
145 |
[% END %] |
142 |
"sPaginationType": "full_numbers" |
146 |
"sPaginationType": "full_numbers" |
143 |
}, columns_settings); |
147 |
}, columns_settings); |
144 |
}); |
148 |
}); |
145 |
- |
|
|