Summary: | Schema incorrectly describes course_items fields | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Database | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Andrew Fuerste-Henry
2020-06-25 16:20:21 UTC
I believe this might have changed recently, as we have 3 columns now for each of the values that can be changed. Andrew, can you confirm? `itype` varchar(10) DEFAULT NULL, -- new itemtype for the item to have while on reserve (optional) `itype_enabled` tinyint(1) NOT NULL DEFAULT 0, -- indicates if itype should be changed while on course reserve `itype_storage` varchar(10) DEFAULT NULL, -- a place to store the itype when item is on course reserve |