https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31621 Bug ID: 31621 Summary: aqbooksellers.deliverytime should not be nullable Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: fridolin.somers@biblibre.com QA Contact: testopia@bugs.koha-community.org The column aqbooksellers.deliverytime is actually : `deliverytime` int(11) DEFAULT NULL But it is used in several places as an integer. Defaut value should be 0 and not nullable. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.