Bug 31621 - aqbooksellers.deliverytime should not be nullable
Summary: aqbooksellers.deliverytime should not be nullable
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low major (vote)
Assignee: Fridolin Somers
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-23 20:28 UTC by Fridolin Somers
Modified: 2022-09-23 20:29 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.