https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35044

--- Comment #151 from Pedro Amorim <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to