[Bug 26502] New: ExpireReservesMaxPickUpDelayCharge allows invalid values to be set
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26502 Bug ID: 26502 Summary: ExpireReservesMaxPickUpDelayCharge allows invalid values to be set Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: System Administration Assignee: koha-bugs@lists.koha-community.org Reporter: joonas.kylmala@helsinki.fi QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com One can set invalid values like "0,00" to the syspref ExpireReservesMaxPickUpDelayCharge and it will cause the cronjobs/holds/cancel_expired_holds.pl to fail:
Argument "0,00" isn't numeric in numeric gt (>) at [...]
Expected behaviour: When setting the syspref in the staff interface Koha should should disallow setting invalid values. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26502 Andrew Nugged <nugged@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nugged@gmail.com, | |slavashishkin@gmail.com, | |stalkernoid@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26502 --- Comment #1 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- I found out that 0.00 is invalid value, too because 0 fees cannot be set. 0 works however. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org