[Koha-bugs] [Bug 27509] New: cn_sort value is lost when editing an item without changing cn_source or itemcallnumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 21 15:08:39 CET 2021


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 at lists.koha-community.org
          Reporter: andrew at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at 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.


More information about the Koha-bugs mailing list