|
Lines 5-10
Link Here
|
| 5 |
[% USE ColumnsSettings %] |
5 |
[% USE ColumnsSettings %] |
| 6 |
[% USE KohaDates %] |
6 |
[% USE KohaDates %] |
| 7 |
[% USE ItemTypes %] |
7 |
[% USE ItemTypes %] |
|
|
8 |
[% USE Price %] |
| 8 |
[% SET footerjs = 1 %] |
9 |
[% SET footerjs = 1 %] |
| 9 |
[% INCLUDE 'doc-head-open.inc' %] |
10 |
[% INCLUDE 'doc-head-open.inc' %] |
| 10 |
<title>Koha › Reports › Lost items</title> |
11 |
<title>Koha › Reports › Lost items</title> |
|
Lines 108-115
Link Here
|
| 108 |
</td> |
109 |
</td> |
| 109 |
<td>[% item.itemcallnumber | html %]</td> |
110 |
<td>[% item.itemcallnumber | html %]</td> |
| 110 |
<td><span title="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</span></td> |
111 |
<td><span title="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</span></td> |
| 111 |
<td>[% item.price | html %]</td> |
112 |
<td>[% item.price | $Price %]</td> |
| 112 |
<td>[% item.replacementprice | html %]</td> |
113 |
<td>[% item.replacementprice | $Price %]</td> |
| 113 |
<td>[% Branches.GetName(item.homebranch) | html %]</td> |
114 |
<td>[% Branches.GetName(item.homebranch) | html %]</td> |
| 114 |
<td>[% ItemTypes.GetDescription(item.effective_itemtype) | html %]</td> |
115 |
<td>[% ItemTypes.GetDescription(item.effective_itemtype) | html %]</td> |
| 115 |
<td>[% Branches.GetName(item.holdingbranch) | html %]</td> |
116 |
<td>[% Branches.GetName(item.holdingbranch) | html %]</td> |
| 116 |
- |
|
|