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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-3 / +2 lines)
Lines 205-213 Link Here
205
                                        </option>
205
                                        </option>
206
                                        [% FOREACH alias IN AuthorisedValues.Get('ILLSTATUS') %]
206
                                        [% FOREACH alias IN AuthorisedValues.Get('ILLSTATUS') %]
207
                                            [% IF alias.id == current_alias %]
207
                                            [% IF alias.id == current_alias %]
208
                                            <option value="[% alias.id %]" selected>
208
                                            <option value="[% alias.id | html %]" selected>
209
                                            [% ELSE %]
209
                                            [% ELSE %]
210
                                            <option value="[% alias.id %]">
210
                                            <option value="[% alias.id | html %]">
211
                                            [% END %]
211
                                            [% END %]
212
                                                [% alias.lib | html %]
212
                                                [% alias.lib | html %]
213
                                            </option>
213
                                            </option>
214
- 

Return to bug 20581