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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-2 / +1 lines)
Lines 161-167 Link Here
161
    <li>
161
    <li>
162
        <label for="loststatusfilter">Lost status: </label>
162
        <label for="loststatusfilter">Lost status: </label>
163
        <select name="loststatusfilter" id="loststatusfilter">
163
        <select name="loststatusfilter" id="loststatusfilter">
164
            <option value="">All</option>
164
            <option value="">All lost statuses</option>
165
            [% FOREACH l IN AuthorisedValues.GetDescriptionsByKohaField( kohafield => 'items.itemlost') %]
165
            [% FOREACH l IN AuthorisedValues.GetDescriptionsByKohaField( kohafield => 'items.itemlost') %]
166
                [% IF l.authorised_value == lostfilter %]
166
                [% IF l.authorised_value == lostfilter %]
167
                    <option value="[% l.authorised_value | html %]" selected="selected">[% l.lib | html %]</option>
167
                    <option value="[% l.authorised_value | html %]" selected="selected">[% l.lib | html %]</option>
168
- 

Return to bug 31736