1 Feb
2019
1 Feb
'19
11:02 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21610 --- Comment #41 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 84601 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84601&action=edit Bug 21610: Add tests Adding few tests to Koha/Object.t in order to highlight what we are trying to fix. Note that Koha::ItemType->store was wrong for notforloan, the default value should be null `notforloan` smallint(6) DEFAULT NULL, but the previous fix (bug 21599) made it default to '0' Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.