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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-2 / +2 lines)
Lines 181-187 Link Here
181
            <th>Barcode</th>
181
            <th>Barcode</th>
182
            <th>Call number</th>
182
            <th>Call number</th>
183
            <th>Library</th>
183
            <th>Library</th>
184
            <th>Title</th>
184
            <th class="anti-the">Title</th>
185
            <th>Not for loan</th>
185
            <th>Not for loan</th>
186
            <th>Lost</th>
186
            <th>Lost</th>
187
            <th>Damaged</th>
187
            <th>Damaged</th>
Lines 305-310 Link Here
305
                [% ELSE %]
305
                [% ELSE %]
306
                    // first column contains checkboxes
306
                    // first column contains checkboxes
307
                    "aoColumnDefs": [
307
                    "aoColumnDefs": [
308
                        { "sType": "anti-the", "aTargets" : [ "anti-the" ] },
308
                        { "bSortable": false, "bSearchable": false, "aTargets": [ 0 ] },
309
                        { "bSortable": false, "bSearchable": false, "aTargets": [ 0 ] },
309
                    ],
310
                    ],
310
                    // 3rd column is callnumber
311
                    // 3rd column is callnumber
311
- 

Return to bug 24275