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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-1 / +1 lines)
Lines 171-176 Link Here
171
171
172
                                        [% IF borrower %]
172
                                        [% IF borrower %]
173
                                            [% Categories.GetName( borrower.categorycode ) %]
173
                                            [% Categories.GetName( borrower.categorycode ) %]
174
                                            <input type="hidden" name="borrower_categorycode" value="[% borrower.categorycode %]" />
174
                                        [% ELSE %]
175
                                        [% ELSE %]
175
                                            <select id="borrower_categorycode" name="borrower_categorycode">
176
                                            <select id="borrower_categorycode" name="borrower_categorycode">
176
                                                [% FOREACH c IN Categories.all() %]
177
                                                [% FOREACH c IN Categories.all() %]
177
- 

Return to bug 16996