https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27509 Bug ID: 27509 Summary: cn_sort value is lost when editing an item without changing cn_source or itemcallnumber Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl To recreate: - Create a new item with a cn_source value and an itemcallnumber value - write a quick report to see the cn_sort value: SELECT cn_sort FROM items WHERE itemnumber=your itemnumber, see your item has a cn_sort value - edit your item and save it without changing either the cn_source of the itemcallnumber - run your report again, cn_sort is now null - edit your item, changing either the cn_source or itemcallnumber - run report again, cn_sort is back! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.