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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/