https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41405
--- Comment #3 from Aude Charillon <[email protected]> --- Hi Nick, I am following your plan from the description and I am seeing the same behaviour. In Administration->Patron categories->Edit, the wording for Checkout charge limit is "If set, this will override the global value set in the noissuescharge system preference." So I agree with you that there's a problem: for me "if set" means "if this box isn't blank". A "0.00" value should mean that if patrons have more than 0.00 in fines, they can't checkout. This is not currently the case. (The Koha Manual is down right now, so I can't check if there are any subtleties I am missing.) What I am seeing when testing is this: 1) I have patron A in category ST. For category ST I followed your steps up to 8. I have patron B in category PT. I did not amend PT. 2) Both have fines of 2.50. The noissuescharge sys pref is set to its KTD default of 5. 3) Both patrons can checkout - even though the ST category has Checkout charge limit set to 0. 4) If the ST category Checkout charge limit is set to 1, patron A cannot checkout. 5) If the ST category Checkout charge limit is not set to a unit (0.01, 1.5), the value is rounded to the nearest unit when saving (0.01 becomes 0; 1.5 becomes 2). Also: 6) If the noissuescharge sys pref is set to 0, patrons can still checkout. You have to set it to 0.00 for them not to be able to checkout. Do we amend the text in the patron category setting and the sys pref or can we correct the behaviour? -- 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/
