[Koha-bugs] [Bug 32408] If a fine can be overridden on checkout in Koha, what should the SIP client do?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 8 11:31:56 CET 2022


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

--- Comment #11 from Matthias Meusburger <matthias.meusburger at biblibre.com> ---
Martin, Katrin, you were right, this can be done by overriding sysprefs.

This table sums it up (the columns Under and Over are referring to Under
noissuescharge or Over noissuescharge):

+----------------------+-------------------+---------+---------+
| AllFinesNeedOverride | AllowFineOverride |  Under  |  Over   |
+----------------------+-------------------+---------+---------+
|                    0 |                 0 | allowed | blocked |
|                    0 |                 1 | allowed | blocked |
|                    1 |                 0 | blocked | blocked |
|                    1 |                 1 | blocked | blocked |
+----------------------+-------------------+---------+---------+

Since I wrote unit tests to generate this table, I will update the patch so
they can be added to Koha.

However, the "allowed" cases are not returning any message to SIP, so I will
open another BZ to have meaningful messages in those cases.

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


More information about the Koha-bugs mailing list