[Koha-bugs] [Bug 27160] Fatal error when ReservesMaxPickUpDelay is empty and item with hold is checked in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 11 01:29:41 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27160

--- Comment #7 from David Cook <dcook at prosentient.com.au> ---
(In reply to Jonathan Druart from comment #5)
> Created attachment 114296 [details] [review]
> Bug 27160: Prevent 500 when checking an item in if ReservesMaxPickUpDelay
> has been deleted
> 
> We could default to 0 if the syspref does not exist.
> However I don't think we should deal with that kind of issue, sysprefs
> must be in DB.
> 

The default in sysprefs.sql is 7, so we might prefer that over 0.

I'm not sure that we should deal with this kind of issue either. As you say,
sysprefs must be in the database. 

I'd probably be fine marking this as invalid.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list