Lines 261-269
Link Here
|
261 |
[% IF hidden_count %] |
261 |
[% IF hidden_count %] |
262 |
default_filters.lost_status = "0"; |
262 |
default_filters.lost_status = "0"; |
263 |
[% END %] |
263 |
[% END %] |
|
|
264 |
[% IF StaffDetailItemSelection %] |
264 |
if ( !items_selection.hasOwnProperty(tab_id) ){ |
265 |
if ( !items_selection.hasOwnProperty(tab_id) ){ |
265 |
items_selection[tab_id] = []; |
266 |
items_selection[tab_id] = []; |
266 |
} |
267 |
} |
|
|
268 |
[% END %] |
267 |
|
269 |
|
268 |
let filters_options = { |
270 |
let filters_options = { |
269 |
2: () => all_item_types, |
271 |
2: () => all_item_types, |
Lines 760-766
Link Here
|
760 |
table.columns(i).visible(false); |
762 |
table.columns(i).visible(false); |
761 |
} |
763 |
} |
762 |
}); |
764 |
}); |
|
|
765 |
[% IF StaffDetailItemSelection %] |
763 |
itemSelectionBuildActionLinks(tab_id); |
766 |
itemSelectionBuildActionLinks(tab_id); |
|
|
767 |
[% END %] |
764 |
}, |
768 |
}, |
765 |
[% IF StaffDetailItemSelection %] |
769 |
[% IF StaffDetailItemSelection %] |
766 |
drawCallback: function(settings){ |
770 |
drawCallback: function(settings){ |
767 |
- |
|
|