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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 2804-2809 modules: Link Here
2804
                columnname: enumchron
2804
                columnname: enumchron
2805
            -
2805
            -
2806
                columnname: library
2806
                columnname: library
2807
            -
2808
                columnname: location
2807
            -
2809
            -
2808
                columnname: collection
2810
                columnname: collection
2809
            -
2811
            -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-2 / +3 lines)
Lines 313-318 Link Here
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="enumchron" data-colname="enumchron">Serial enumeration / chronology</th>
314
                            <th id="enumchron" data-colname="enumchron">Serial enumeration / chronology</th>
315
                            <th id="library" data-colname="library">Library</th>
315
                            <th id="library" data-colname="library">Library</th>
316
                            <th id="location" data-colname="location">Location</th>
316
                            <th id="collection" data-colname="collection">Collection</th>
317
                            <th id="collection" data-colname="collection">Collection</th>
317
                            <th id="title" data-colname="title" class="anti-the">Title</th>
318
                            <th id="title" data-colname="title" class="anti-the">Title</th>
318
                            <th id="notforloan" data-colname="notforloan">Not for loan</th>
319
                            <th id="notforloan" data-colname="notforloan">Not for loan</th>
Lines 340-347 Link Here
340
                                    <span class="enumchron">[% result.enumchron | html %]</span>
341
                                    <span class="enumchron">[% result.enumchron | html %]</span>
341
                                </td>
342
                                </td>
342
343
344
                                <td> [% Branches.GetName( result.homebranch ) | html %] </td>
345
343
                                <td>
346
                                <td>
344
                                    [% Branches.GetName( result.homebranch ) | html %]
345
                                    <span class="shelvingloc">[% result.location | html %]</span>
347
                                    <span class="shelvingloc">[% result.location | html %]</span>
346
                                </td>
348
                                </td>
347
349
348
- 

Return to bug 41126