@@ -, +, @@ BorrowerUnwantedField --- .../en/includes/member-alt-address-style.inc | 38 ++++++++++--------- .../en/includes/member-main-address-style.inc | 38 ++++++++++--------- 2 files changed, 40 insertions(+), 36 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-address-style.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-address-style.inc @@ -58,25 +58,27 @@ [% BLOCK 'alt-address-style_roadtypes' %] [% SET roadtypes = AuthorisedValues.GetAuthValueDropbox('ROADTYPE') %] [% IF roadtypes %] -
  • - [% IF ( mandatoryB_streettype ) %] -
  • + Street type: + + [% IF ( mandatoryB_streettype ) %]Required[% END %] + + [% END %] [% END %] [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style.inc @@ -49,25 +49,27 @@ [% BLOCK 'address-style_roadtypes' %] [% SET roadtypes = AuthorisedValues.GetAuthValueDropbox('ROADTYPE') %] [% IF roadtypes %] -
  • - [% IF ( mandatorystreettype ) %] -
  • + Street type: + + [% IF ( mandatorystreettype ) %]Required[% END %] + + [% END %] [% END %] [% END %] --