https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35044 --- Comment #151 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- (In reply to Jonathan Druart from comment #150)
There is a logic error in additional-fields-entry.inc
15 [% IF field.marcfield && field.marcfield_mode == 'get' %] 16 <select name="additional_field_[% field.id | html %]" id="additional_field_[% field.id | html %]" class="marcfieldget" disabled> 17 [% ELSE %] 18 [% IF !field.repeatable %] 19 <select name="additional_field_[% field.id | html %]" id="additional_field_[% field.id | html %]"> 20 [% END %] 21 [% END %]
Then later we unconditionally close 79 </select>
Can you have a look please?
Opened bug 38738 -- You are receiving this mail because: You are watching all bug changes.