https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38860 Bug ID: 38860 Summary: Existing items should have bookable set to 'NULL' Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl When the option for bookable itemtypes was added, we expanded the values for the bookable column in items from 0,1 to 0,1,NULL Existing items would have been at 0 - this means that if an itemtype is set to bookable, individual items won't follow that setting. The upgrade to add that option to the column should also set the current values to NULL. It won't change behaviour, but it will allow the new option to take effect. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.