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

(-)a/itemsearch_item.csv.inc (-1 / +6 lines)
Line 0 Link Here
0
- 
1
[%- USE Branches -%]
2
[%- USE Koha -%]
3
[%- USE AuthorisedValues %]
4
[%- SET biblio = item.biblio -%]
5
[%- SET biblioitem = item.biblioitem -%]
6
"[% biblio.title | html %] [% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %]by [% END %][% biblio.author | html %]", "[% (biblioitem.publicationyear || biblio.copyrightdate) | html %]", "[% biblioitem.publishercode | html %]", "[% AuthorisedValues.GetByCode( 'CCODE', item.ccode) | html %]", "[% item.barcode | html %]", "[% item.itemcallnumber | html %]", "[% Branches.GetName(item.homebranch) | html %]", "[% Branches.GetName(item.holdingbranch) | html %]", "[% item.location | html %]", "[% item.stocknumber | html %]", "[% item.status | html %]", "[% (item.issues || 0) | html %]"

Return to bug 23706