@@ -, +, @@ if one exists - Add or edit entries in the "ROADTYPE" category. - Some entries should have only the "Description" set, while others should have "Description" and "Description (OPAC)". - In the OPAC, open the patron registration page. Check the "Stree type" drop down in the "Main address" section. - For entries which have an OPAC description, this value should show. - For entries without an OPAC description the default should show. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt @@ -435,9 +435,9 @@ [% FOR roadtype IN roadtypes %] [% IF roadtype.authorised_value == patron.streettype %] - + [% ELSE %] - + [% END %] [% END %] --