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

            Bug ID: 40556
           Summary: Subfields names in control fields should not be
                    displayed/editable
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Cataloging
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

In cataloguing/addbiblio.pl, there is a conditionnal display of the subfield
name field.
However, it is depending on subfield_loo.fixedfield, which is never set up.
However, the field corresponding information is available in
innerloo.fixedfield.


<input type="text"
        title="[% subfield_loo.marc_lib | $raw %]"
        style=" [% IF ( subfield_loo.fixedfield ) %]display:none; [% END %]"
        name="tag_[% subfield_loo.tag | html %]_code_[% subfield_loo.subfield |
html %]_[% subfield_loo.index | html %]_[% subfield_loo.index_subfield | html
%]"
        value="[% subfield_loo.subfield | html %]"                              
        size="1"                                                             



Moreover, following code does not make sense for control fields: 

<span class="handle">&#xf58e;</span>

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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