View | Details | Raw Unified | Return to bug 9573
Collapse All | Expand All

(-)a/admin/columns_settings.yml (+2 lines)
Lines 292-297 modules: Link Here
292
        -
292
        -
293
          columnname: lostcode
293
          columnname: lostcode
294
        -
294
        -
295
          columnname: itemlost_on
296
        -
295
          columnname: barcode
297
          columnname: barcode
296
        -
298
        -
297
          columnname: callnumber
299
          columnname: callnumber
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-4 / +5 lines)
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
- 

Return to bug 9573