Bug 38860

Summary: Existing items should have bookable set to 'NULL'
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: CatalogingAssignee: Martin Renvoize (ashimema) <martin.renvoize>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: jzairo, m.de.rooy, nick
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Nick Clemens (kidclamp) 2025-01-10 16:28:32 UTC
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.