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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 267-272 modules: Link Here
267
        -
267
        -
268
          columnname: lostcode
268
          columnname: lostcode
269
        -
269
        -
270
          columnname: itemlost_on
271
        -
270
          columnname: barcode
272
          columnname: barcode
271
        -
273
        -
272
          columnname: callnumber
274
          columnname: callnumber
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-4 / +5 lines)
Lines 59-68 Link Here
59
                <tr>
59
                <tr>
60
                    <th>Title</th>
60
                    <th>Title</th>
61
                    <th>Author</th>
61
                    <th>Author</th>
62
                    <th>Lost code</th>
62
                    <th>Lost status</th>
63
                    <th class="title-string">Lost on</th>
63
                    <th>Barcode</th>
64
                    <th>Barcode</th>
64
                    <th>Call number</th>
65
                    <th>Call number</th>
65
                    <th>Date last seen</th>
66
                    <th class="title-string">Date last seen</th>
66
                    <th>Price</th>
67
                    <th>Price</th>
67
                    <th>Rep.price</th>
68
                    <th>Rep.price</th>
68
                    <th>Library</th>
69
                    <th>Library</th>
Lines 81-91 Link Here
81
                        </td>
82
                        </td>
82
                        <td>[% item.biblio.author %]</td>
83
                        <td>[% item.biblio.author %]</td>
83
                        <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) %]
84
                        <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) %]
85
                        <td><span title="[% item.itemlost_on %]"</span>[% item.itemlost_on | $KohaDates %]</span></td>
84
                        <td>
86
                        <td>
85
                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% item.biblionumber %]" title="[% item.itemnotes %]">[% item.barcode %]</a>
87
                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% item.biblionumber %]" title="[% item.itemnotes %]">[% item.barcode %]</a>
86
                        </td>
88
                        </td>
87
                        <td>[% item.itemcallnumber %]</td>
89
                        <td>[% item.itemcallnumber %]</td>
88
                        <td>[% item.datelastseen | $KohaDates %]</td>
90
                        <td><span title="[% item.datelastseen %]">[% item.datelastseen | $KohaDates %]</span></td>
89
                        <td>[% item.price %]</td>
91
                        <td>[% item.price %]</td>
90
                        <td>[% item.replacementprice %]</td>
92
                        <td>[% item.replacementprice %]</td>
91
                        <td>[% Branches.GetName(item.homebranch) %]</td>
93
                        <td>[% Branches.GetName(item.homebranch) %]</td>
92
- 

Return to bug 9573