https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29908
--- Comment #5 from Fridolin Somers <[email protected]> --- (In reply to Marcel de Rooy from comment #4) > ('ClaimReturnedWarningThreshold', '', '', 'Sets the number of return claims > past which the librarian will be warned the patron has many return claims', > 'Integer'), > > Why not correct it and add a dbrev? 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. In my opinion better create a strong code. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
