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

(-)a/admin/columns_settings.yml (+4 lines)
Lines 271-276 modules: Link Here
271
        -
271
        -
272
          columnname: holdings_lastseen
272
          columnname: holdings_lastseen
273
        -
273
        -
274
          columnname: holdings_dateaccessioned
275
        -
274
          columnname: holdings_barcode
276
          columnname: holdings_barcode
275
        -
277
        -
276
          columnname: holdings_enumchron
278
          columnname: holdings_enumchron
Lines 321-326 modules: Link Here
321
        -
323
        -
322
          columnname: otherholdings_lastseen
324
          columnname: otherholdings_lastseen
323
        -
325
        -
326
          columnname: otherholdings_dateaccessioned
327
        -
324
          columnname: otherholdings_barcode
328
          columnname: otherholdings_barcode
325
        -
329
        -
326
          columnname: otherholdings_enumchron
330
          columnname: otherholdings_enumchron
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 240-246 Link Here
240
                [% END %]
240
                [% END %]
241
                <th id="[% tab | html %]_status" data-colname="[% tab | html %]_status">Status</th>
241
                <th id="[% tab | html %]_status" data-colname="[% tab | html %]_status">Status</th>
242
                <th id="[% tab | html %]_lastseen" data-colname="[% tab | html %]_lastseen" class="title-string">Last seen</th>
242
                <th id="[% tab | html %]_lastseen" data-colname="[% tab | html %]_lastseen" class="title-string">Last seen</th>
243
                <th id="[% tab | html %]_datesccessioned" date-colname="[% tab | html %]_datesccessioned" class="title-string">Date accessioned</th>
243
                <th id="[% tab | html %]_dateaccessioned" data-colname="[% tab | html %]_dateaccessioned" class="title-string">Date accessioned</th>
244
                <th id="[% tab | html %]_barcode" data-colname="[% tab | html %]_barcode">Barcode</th>
244
                <th id="[% tab | html %]_barcode" data-colname="[% tab | html %]_barcode">Barcode</th>
245
                [% IF ( itemdata_uri ) %]<th id="[% tab | html %]_uri" data-colname="[% tab | html %]_uri">URL</th>[% END %]
245
                [% IF ( itemdata_uri ) %]<th id="[% tab | html %]_uri" data-colname="[% tab | html %]_uri">URL</th>[% END %]
246
                [% IF ( itemdata_copynumber ) %]<th id="[% tab | html %]_copynumber" data-colname="[% tab | html %]_copynumber">Copy number</th>[% END %]
246
                [% IF ( itemdata_copynumber ) %]<th id="[% tab | html %]_copynumber" data-colname="[% tab | html %]_copynumber">Copy number</th>[% END %]
247
- 

Return to bug 15668