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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.inc (-2 / +3 lines)
Lines 1-12 Link Here
1
[%- USE Branches -%]
1
[%- USE Branches -%]
2
[%- USE Koha -%]
2
[% biblio = item.biblio %]
3
[% biblio = item.biblio %]
3
[% biblioitem = item.biblioitem %]
4
[% biblioitem = item.biblioitem %]
4
<tr>
5
<tr>
5
  <td>
6
  <td>
6
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber %]" title="Go to record detail page">[% biblio.title %]</a>
7
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber %]" title="Go to record detail page">[% biblio.title %]</a>
7
    by [% biblio.author %]
8
    [% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %] by[% END %] [% biblio.author |html %]
8
  </td>
9
  </td>
9
  <td>[% biblioitem.publicationyear %]</td>
10
  <td>[% biblioitem.publicationyear || biblio.copyrightdate %]</td>
10
  <td>[% biblioitem.publishercode %]</td>
11
  <td>[% biblioitem.publishercode %]</td>
11
  <td>[% biblioitem.collectiontitle %]</td>
12
  <td>[% biblioitem.collectiontitle %]</td>
12
  <td>
13
  <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/catalogue/itemsearch.tt (-2 / +1 lines)
Line 1 Link Here
1
Title, Publication Date, Publisher, Collection, Barcode, Call number, Home library, Current location, Shelving location, Inventory number, Status, Checkouts
1
Title, Publication date, Publisher, Collection, Barcode, Call number, Home library, Current location, Shelving location, Inventory number, Status, Checkouts
2
- 

Return to bug 14636