[% USE raw %] [% USE Asset %] [% USE AuthorisedValues %] [% USE Branches %] [% USE ColumnsSettings %] [% USE KohaDates %] [% USE ItemTypes %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %]
[% END %] | Title | Author | Lost status | Lost on | Barcode | Call number | Date last seen | Price | Rep.price | Library | Item type | Current location | Location | Not for loan status | Notes |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[% END %] | [% item.biblio.title | html %] | [% item.biblio.author | html %] | [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) | html %] | [% item.itemlost_on | $KohaDates %] | [% item.barcode | html %] | [% item.itemcallnumber | html %] | [% item.datelastseen | $KohaDates %] | [% item.price | html %] | [% item.replacementprice | html %] | [% Branches.GetName(item.homebranch) | html %] | [% ItemTypes.GetDescription(item.effective_itemtype) | html %] | [% Branches.GetName(item.holdingbranch) | html %] | [% AuthorisedValues.GetByCode( 'LOC', item.location ) | html %] | [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) | html %] | [% item.itemnotes | html %] |