https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21124 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Daniel, have you checked it's the same mapping for all frameworks? Before the column in items was introduced for the non-public note, we used to leave the mapping empty and the data was stored in items.more_subfields_xml. A mix of those old stored values with new ones would explain the behaviour you see. For example the display in the detail view only works with the new mapping. Maybe you can run an SQL report to check if there is data in more_subfields_xml or if it's stored in itemnotes_nonpublic? If the mapping is different, don't remap immediately, as you might want to think first about how to move your data. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.