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 174-180 Link Here
174
                    <li>
174
                    <li>
175
                        <label for="notforloanfilter">Not for loan: </label>
175
                        <label for="notforloanfilter">Not for loan: </label>
176
                        <select name="notforloanfilter" id="notforloanfilter">
176
                        <select name="notforloanfilter" id="notforloanfilter">
177
                            <option value="">All</option>
177
                            <option value="">All not for loan statuses</option>
178
                            [% FOREACH n IN AuthorisedValues.GetDescriptionsByKohaField( kohafield => 'items.notforloan') %]
178
                            [% FOREACH n IN AuthorisedValues.GetDescriptionsByKohaField( kohafield => 'items.notforloan') %]
179
                                [% IF n.authorised_value == notforloanfilter %]
179
                                [% IF n.authorised_value == notforloanfilter %]
180
                                    <option value="[% n.authorised_value | html %]" selected="selected">[% n.lib | html %]</option>
180
                                    <option value="[% n.authorised_value | html %]" selected="selected">[% n.lib | html %]</option>
181
- 

Return to bug 31736