Bug 22424: Add search by all lost statuses to item search
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / includes / catalogue / itemsearch_item.csv.inc
1 [%- USE Branches -%]
2 [%- USE Koha -%]
3 [%- USE ItemTypes -%]
4 [% USE AuthorisedValues %]
5 [%- SET biblio = item.biblio -%]
6 [%- SET biblioitem = item.biblioitem -%]
7 "[% 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 %]", "[% ItemTypes.GetDescription(item.itype) | html %]", "[% item.stocknumber | html %]", "[% item.status | html %]","[% AuthorisedValues.GetByCode( 'LOST', item.itemlost ) | html %]", "[% (item.issues || 0) | html %]"