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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-2 / +1 lines)
Lines 113-119 Link Here
113
                        <td>[% item.replacementprice | $Price %]</td>
113
                        <td>[% item.replacementprice | $Price %]</td>
114
                        <td>[% Branches.GetName(item.homebranch) | html %]</td>
114
                        <td>[% Branches.GetName(item.homebranch) | html %]</td>
115
                        <td>[% ItemTypes.GetDescription(item.effective_itemtype) | html %]</td>
115
                        <td>[% ItemTypes.GetDescription(item.effective_itemtype) | html %]</td>
116
                        <td>[% AuthorisedValues.GetByCode( 'CCODE', item.ccode ) | html %]</td>
116
                        <td>[% item.ccode%][% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => item.ccode ) | html %]
117
                        <td>[% Branches.GetName(item.holdingbranch) | html %]</td>
117
                        <td>[% Branches.GetName(item.holdingbranch) | html %]</td>
118
                        <td>[% AuthorisedValues.GetByCode( 'LOC', item.location ) | html %]</td>
118
                        <td>[% AuthorisedValues.GetByCode( 'LOC', item.location ) | html %]</td>
119
                        <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) | html %]
119
                        <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) | html %]
120
- 

Return to bug 8775