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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-1 / +5 lines)
Lines 212-217 Link Here
212
    <script>
212
    <script>
213
        $(document).ready(function() {
213
        $(document).ready(function() {
214
            var table_settings = [% TablesSettings.GetTableSettings( 'reports', 'lostitems', 'lostitems-table', 'json' ) | $raw %];
214
            var table_settings = [% TablesSettings.GetTableSettings( 'reports', 'lostitems', 'lostitems-table', 'json' ) | $raw %];
215
            [% IF csv_profiles.count %]
216
                // Add the first (checkbox) column if it is displayed
217
                table_settings['columns'].unshift({cannot_be_modified: 1, cannot_be_toggled: 1, columnname: 'itemnumber', is_hidden: 0});
218
            [% END %]
219
215
            var lostitems_table = KohaTable("lostitems-table", {
220
            var lostitems_table = KohaTable("lostitems-table", {
216
                "aaSorting": [],
221
                "aaSorting": [],
217
                "aoColumnDefs": [
222
                "aoColumnDefs": [
218
- 

Return to bug 27081