https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36687
Bug ID: 36687
Summary: itemtypes.notforloan should be tinyint and NOT NULL
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Database
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
kohastructure says itemtypes.notforloan is "1 if the item is not for loan, 0 if
the item is available for loan". It is also defined as smallint(6).
Unlike items.notforloan it cannot be any other value than 0 or 1.
I think this should be NOT NULL DEFAULT 0 and tinyint(1).
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/