Lines 39-48
Link Here
|
39 |
<tr> |
39 |
<tr> |
40 |
<th>Title</th> |
40 |
<th>Title</th> |
41 |
<th>Author</th> |
41 |
<th>Author</th> |
42 |
<th>Lost code</th> |
42 |
<th>Lost status</th> |
|
|
43 |
<th class="title-string">Lost on</th> |
43 |
<th>Barcode</th> |
44 |
<th>Barcode</th> |
44 |
<th>Call number</th> |
45 |
<th>Call number</th> |
45 |
<th>Date last seen</th> |
46 |
<th class="title-string">Date last seen</th> |
46 |
<th>Price</th> |
47 |
<th>Price</th> |
47 |
<th>Rep.price</th> |
48 |
<th>Rep.price</th> |
48 |
<th>Library</th> |
49 |
<th>Library</th> |
Lines 61-71
Link Here
|
61 |
</td> |
62 |
</td> |
62 |
<td>[% item.biblio.author %]</td> |
63 |
<td>[% item.biblio.author %]</td> |
63 |
<td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) %] |
64 |
<td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) %] |
|
|
65 |
<td><span title="[% item.itemlost_on %]"</span>[% item.itemlost_on | $KohaDates %]</span></td> |
64 |
<td> |
66 |
<td> |
65 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% item.biblionumber %]" title="[% item.itemnotes %]">[% item.barcode %]</a> |
67 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% item.biblionumber %]" title="[% item.itemnotes %]">[% item.barcode %]</a> |
66 |
</td> |
68 |
</td> |
67 |
<td>[% item.itemcallnumber %]</td> |
69 |
<td>[% item.itemcallnumber %]</td> |
68 |
<td>[% item.datelastseen | $KohaDates %]</td> |
70 |
<td><span title="[% item.datelastseen %]">[% item.datelastseen | $KohaDates %]</span></td> |
69 |
<td>[% item.price %]</td> |
71 |
<td>[% item.price %]</td> |
70 |
<td>[% item.replacementprice %]</td> |
72 |
<td>[% item.replacementprice %]</td> |
71 |
<td>[% Branches.GetName(item.homebranch) %]</td> |
73 |
<td>[% Branches.GetName(item.homebranch) %]</td> |
72 |
- |
|
|