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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-3 / +3 lines)
Lines 2-7 Link Here
2
[% USE Branches %]
2
[% USE Branches %]
3
[% USE ColumnsSettings %]
3
[% USE ColumnsSettings %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE ItemTypes %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Reports &rsaquo; Lost items</title>
8
<title>Koha &rsaquo; Reports &rsaquo; Lost items</title>
Lines 94-102 Link Here
94
                        <td>[% item.price %]</td>
95
                        <td>[% item.price %]</td>
95
                        <td>[% item.replacementprice %]</td>
96
                        <td>[% item.replacementprice %]</td>
96
                        <td>[% Branches.GetName(item.homebranch) %]</td>
97
                        <td>[% Branches.GetName(item.homebranch) %]</td>
97
                        <td>[% item.effective_itemtype %]</td>
98
                        <td>[% ItemTypes.GetDescription(item.effective_itemtype) %]</td>
98
                        <td>[% Branches.GetName(item.holdingbranch) %]</td>
99
                        <td>[% Branches.GetName(item.holdingbranch) %]</td>
99
                        <td>[% item.location %]</td>
100
                        <td>[% AuthorisedValues.GetByCode( 'LOC', item.location )%]</td>
100
                        <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %]
101
                        <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %]
101
                        <td>[% item.itemnotes %]</td>
102
                        <td>[% item.itemnotes %]</td>
102
                    </tr>
103
                    </tr>
103
- 

Return to bug 19467