Bug 38860 - Existing items should have bookable set to 'NULL'
Summary: Existing items should have bookable set to 'NULL'
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Martin Renvoize (ashimema)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-10 16:28 UTC by Nick Clemens (kidclamp)
Modified: 2025-01-10 16:29 UTC (History)
3 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.