@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -185,12 +185,6 @@ $(document).ready(function(){ [% ite.subfield %] - [% ite.marc_lib %] - [% UNLESS ( ite.mandatory ) %] - - [% ELSE %] - Required - [% END %] - [% SET mv = ite.marc_value %] [% IF ( mv.type == 'select' ) -%] [%- END -%] + [% UNLESS ( ite.mandatory ) %] + + [% ELSE %] + Required + [% END %] + --