[Koha-bugs] [Bug 20544] New: Wrong comment in items.itemnotes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 9 11:38:10 CEST 2018


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

            Bug ID: 20544
           Summary: Wrong comment in items.itemnotes
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Database
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: pasi.kallinen at joensuu.fi
        QA Contact: testopia at bugs.koha-community.org

kohastructure.sql has a wrong comment on items.itemnotes, claiming it is MARC21
952$x, when it should be 952$z

kohastructure.sql:

  `itemnotes` LONGTEXT, -- public notes on this item (MARC21 952$x)


marc21_framework_DEFAULT.sql:
  ('952', 'x', 'Non-public note', 'Non-public note', 0, 0,
'items.itemnotes_nonpublic' ...

-- 
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