https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29908 --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Fridolin Somers from comment #5)
(In reply to Marcel de Rooy from comment #4) I see there are several other system preferences type integer that starts with empty string. ('DefaultLongOverdueChargeValue', '', NULL, "Charge a lost item to the borrower's account when the LOST value of the item changes to n.", 'integer'), ('DefaultLongOverdueDays', '', NULL, "Set the LOST value of an item when the item has been overdue for more than n days.", 'integer'), ('DefaultLongOverdueLostValue', '', NULL, "Set the LOST value of an item to n when the item has been overdue for more than defaultlongoverduedays days.", 'integer'),
It allows to make a difference between unset preference and set with value 0.
The examples above make a difference with empty string or NULL. But this pref does not. But I will pass QA on it altogether. This does not need that much attention. -- You are receiving this mail because: You are watching all bug changes.