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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style.inc (-2 / +1 lines)
Lines 57-63 Link Here
57
            <select name="streetype">
57
            <select name="streetype">
58
                <option value=""></option>
58
                <option value=""></option>
59
                [% FOR roadtype IN roadtypes %]
59
                [% FOR roadtype IN roadtypes %]
60
                    [% IF roadtype.authorised_value == patron.streetype %]
60
                    [% IF roadtype.authorised_value == patron.streettype %]
61
                        <option value="[% roadtype.authorised_value | html %]" selected="selected">[% roadtype.lib | html %]</option>
61
                        <option value="[% roadtype.authorised_value | html %]" selected="selected">[% roadtype.lib | html %]</option>
62
                    [% ELSE %]
62
                    [% ELSE %]
63
                        <option value="[% roadtype.authorised_value | html %]">[% roadtype.lib | html %]</option>
63
                        <option value="[% roadtype.authorised_value | html %]">[% roadtype.lib | html %]</option>
64
- 

Return to bug 25839