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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 2701-2706 modules: Link Here
2701
                cannot_be_modified: 1
2701
                cannot_be_modified: 1
2702
            -
2702
            -
2703
                columnname: library
2703
                columnname: library
2704
            -
2705
                columnname: location
2704
            -
2706
            -
2705
                columnname: collection
2707
                columnname: collection
2706
            -
2708
            -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-2 / +3 lines)
Lines 312-317 Link Here
312
                            <th id="barcode" data-colname="barcode">Barcode</th>
312
                            <th id="barcode" data-colname="barcode">Barcode</th>
313
                            <th id="call_number" data-colname="call_number">Call number</th>
313
                            <th id="call_number" data-colname="call_number">Call number</th>
314
                            <th id="library" data-colname="library">Library</th>
314
                            <th id="library" data-colname="library">Library</th>
315
                            <th id="location" data-colname="location">Location</th>
315
                            <th id="collection" data-colname="collection">Collection</th>
316
                            <th id="collection" data-colname="collection">Collection</th>
316
                            <th id="title" data-colname="title" class="anti-the">Title</th>
317
                            <th id="title" data-colname="title" class="anti-the">Title</th>
317
                            <th id="notforloan" data-colname="notforloan">Not for loan</th>
318
                            <th id="notforloan" data-colname="notforloan">Not for loan</th>
Lines 335-342 Link Here
335
336
336
                                <td data-order="[% result.cn_sort | html %]"> [% result.itemcallnumber | html %] </td>
337
                                <td data-order="[% result.cn_sort | html %]"> [% result.itemcallnumber | html %] </td>
337
338
339
                                <td> [% Branches.GetName( result.homebranch ) | html %] </td>
340
338
                                <td>
341
                                <td>
339
                                    [% Branches.GetName( result.homebranch ) | html %]
340
                                    <span class="shelvingloc">[% result.location | html %]</span>
342
                                    <span class="shelvingloc">[% result.location | html %]</span>
341
                                </td>
343
                                </td>
342
344
343
- 

Return to bug 41126