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

(-)a/admin/columns_settings.yml (+6 lines)
Lines 404-409 modules: Link Here
404
              columnname: holdings_dateaccessioned
404
              columnname: holdings_dateaccessioned
405
            -
405
            -
406
              columnname: holdings_datelastborrowed
406
              columnname: holdings_datelastborrowed
407
            -
408
              columnname: holdings_booksellerid
409
              is_hidden: 1
407
            -
410
            -
408
              columnname: holdings_barcodes
411
              columnname: holdings_barcodes
409
            -
412
            -
Lines 467-472 modules: Link Here
467
              columnname: otherholdings_dateaccessioned
470
              columnname: otherholdings_dateaccessioned
468
            -
471
            -
469
              columnname: otherholdings_datelastborrowed
472
              columnname: otherholdings_datelastborrowed
473
            -
474
              columnname: otherholdings_booksellerid
475
              is_hidden: 1
470
            -
476
            -
471
              columnname: otherholdings_barcode
477
              columnname: otherholdings_barcode
472
            -
478
            -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +2 lines)
Lines 370-375 Link Here
370
                <th id="[% tab | html %]_renewals" data-colname="[% tab | html %]_renewals">Renewals</th>
370
                <th id="[% tab | html %]_renewals" data-colname="[% tab | html %]_renewals">Renewals</th>
371
                <th id="[% tab | html %]_dateaccessioned" data-colname="[% tab | html %]_dateaccessioned">Date accessioned</th>
371
                <th id="[% tab | html %]_dateaccessioned" data-colname="[% tab | html %]_dateaccessioned">Date accessioned</th>
372
                <th id="[% tab | html %]_datelastborrowed" data-colname="[% tab | html %]_datelastborrowed">Date last borrowed</th>
372
                <th id="[% tab | html %]_datelastborrowed" data-colname="[% tab | html %]_datelastborrowed">Date last borrowed</th>
373
                <th id="[% tab | html %]_booksellerid" data-colname="[% tab | html %]_booksellerid">Source of acquisition</th>
373
                <th id="[% tab | html %]_barcode" data-colname="[% tab | html %]_barcode">Barcode</th>
374
                <th id="[% tab | html %]_barcode" data-colname="[% tab | html %]_barcode">Barcode</th>
374
                [% IF ( itemdata_uri ) %]<th id="[% tab | html %]_uri" data-colname="[% tab | html %]_uri">URL</th>[% END %]
375
                [% IF ( itemdata_uri ) %]<th id="[% tab | html %]_uri" data-colname="[% tab | html %]_uri">URL</th>[% END %]
375
                [% IF ( itemdata_copynumber ) %]<th id="[% tab | html %]_copynumber" data-colname="[% tab | html %]_copynumber">Copy number</th>[% END %]
376
                [% IF ( itemdata_copynumber ) %]<th id="[% tab | html %]_copynumber" data-colname="[% tab | html %]_copynumber">Copy number</th>[% END %]
Lines 571-576 Link Here
571
                    <td class="renewals" data-order="[% item.renewals || 0 | html %]">[% item.renewals || 0 | html %]</td>
572
                    <td class="renewals" data-order="[% item.renewals || 0 | html %]">[% item.renewals || 0 | html %]</td>
572
                    <td class="dateaccessioned" data-order="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</td>
573
                    <td class="dateaccessioned" data-order="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</td>
573
                    <td class="datelastborrowed" data-order="[% item.datelastborrowed | html %]">[% item.datelastborrowed | $KohaDates %]</td>
574
                    <td class="datelastborrowed" data-order="[% item.datelastborrowed | html %]">[% item.datelastborrowed | $KohaDates %]</td>
575
                    <td class="booksellerid" data-order="[% item.booksellerid | html %]">[% item.booksellerid | html %]</td>
574
                    <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | uri %]&amp;biblionumber=[% item.biblionumber | uri %]&amp;bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td>
576
                    <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | uri %]&amp;biblionumber=[% item.biblionumber | uri %]&amp;bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td>
575
                    [% IF ( itemdata_uri ) %]
577
                    [% IF ( itemdata_uri ) %]
576
                        [% IF item.uri.split(' \| ').size > 1 %]
578
                        [% IF item.uri.split(' \| ').size > 1 %]
577
- 

Return to bug 36182