Bug 31621

Summary: aqbooksellers.deliverytime should not be nullable
Product: Koha Reporter: Fridolin Somers <fridolin.somers>
Component: AcquisitionsAssignee: Fridolin Somers <fridolin.somers>
Status: ASSIGNED --- QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29310
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Fridolin Somers 2022-09-23 20:28:22 UTC
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.