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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 534-539 modules: Link Here
534
        -
534
        -
535
          columnname: itemtype
535
          columnname: itemtype
536
        -
536
        -
537
          columnname: collection_code
538
        -
537
          columnname: current_location
539
          columnname: current_location
538
        -
540
        -
539
          columnname: location
541
          columnname: location
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-1 / +2 lines)
Lines 83-88 Link Here
83
                    <th>Rep.price</th>
83
                    <th>Rep.price</th>
84
                    <th>Library</th>
84
                    <th>Library</th>
85
                    <th>Item type</th>
85
                    <th>Item type</th>
86
                    <th>Collection code</th>
86
                    <th>Current location</th>
87
                    <th>Current location</th>
87
                    <th>Location</th>
88
                    <th>Location</th>
88
                    <th>Not for loan status</th>
89
                    <th>Not for loan status</th>
Lines 112-117 Link Here
112
                        <td>[% item.replacementprice | $Price %]</td>
113
                        <td>[% item.replacementprice | $Price %]</td>
113
                        <td>[% Branches.GetName(item.homebranch) | html %]</td>
114
                        <td>[% Branches.GetName(item.homebranch) | html %]</td>
114
                        <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>
115
                        <td>[% Branches.GetName(item.holdingbranch) | html %]</td>
117
                        <td>[% Branches.GetName(item.holdingbranch) | html %]</td>
116
                        <td>[% AuthorisedValues.GetByCode( 'LOC', item.location ) | html %]</td>
118
                        <td>[% AuthorisedValues.GetByCode( 'LOC', item.location ) | html %]</td>
117
                        <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) | html %]
119
                        <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) | html %]
118
- 

Return to bug 8775