https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25878
--- Comment #1 from Katrin Fischer <[email protected]> --- 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 -- 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/
