[Koha-bugs] [Bug 29111] New: Unused code to handle indicators in many item modification scripts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 26 09:24:48 CEST 2021


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

            Bug ID: 29111
           Summary: Unused code to handle indicators in many item
                    modification scripts
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: joonas.kylmala at iki.fi
        QA Contact: testopia at bugs.koha-community.org

At a quick glance it looks like Koha doesn't support placing indicators to the
item field (952) but we have code for doing that in the .pl scripts, for
example in:

tools/batchMod.pl
cataloguing/additem.pl
acqui/addorderiso2709.pl

Please search for "indicator" and "ind_tag" in these files to locate the unused
code. For cataloguing/additem.pl it is clear the code is unused because it is
hard coded in the .tt (template toolkit) file that the indicator values are
always " " / empty.

This code should be removed so we are not unnecessarily spending time doing
modifications relating to this part of code to keep it "working" (bug
28832...).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list