[% USE Asset %] [% USE AuthorisedValues %] [% USE Branches %] [% USE ColumnsSettings %] [% USE KohaDates %] [% USE ItemTypes %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %]
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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[% item.biblio.title |html %] | [% item.biblio.author %] | [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) %] | [% item.itemlost_on | $KohaDates %] | [% item.barcode %] | [% item.itemcallnumber %] | [% item.datelastseen | $KohaDates %] | [% item.price %] | [% item.replacementprice %] | [% Branches.GetName(item.homebranch) %] | [% ItemTypes.GetDescription(item.effective_itemtype) %] | [% Branches.GetName(item.holdingbranch) %] | [% AuthorisedValues.GetByCode( 'LOC', item.location )%] | [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %] | [% item.itemnotes %] |