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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-1 / +1 lines)
Lines 213-218 Link Here
213
                                            Salutation:</label>
213
                                            Salutation:</label>
214
214
215
                                            <select id="borrower_title" name="borrower_title">
215
                                            <select id="borrower_title" name="borrower_title">
216
                                                <option value=""></option>
216
                                                [% FOREACH mt IN Koha.Preference('BorrowersTitles').split('\|') %]
217
                                                [% FOREACH mt IN Koha.Preference('BorrowersTitles').split('\|') %]
217
                                                    [% IF mt == borrower.title %]
218
                                                    [% IF mt == borrower.title %]
218
                                                        <option value="[% mt %]" selected="selected">[% mt %]</option>
219
                                                        <option value="[% mt %]" selected="selected">[% mt %]</option>
219
- 

Return to bug 16847