[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:41:55 CET 2022


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

Matthias Meusburger <matthias.meusburger at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #144474|0                           |1
        is obsolete|                            |

--- Comment #12 from Matthias Meusburger <matthias.meusburger at biblibre.com> ---
Created attachment 144496
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144496&action=edit
Bug 32408: Add unit tests to SIP checkout

This patch adds unit tests to show SIP's behavior on checkout according to the
AllFinesNeedOverride, AllowFineOverride and noissuescharge sysprefs, knowingly:

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

(the columns Under and Over are referring to "under noissuescharge" and
"over noissuescharge")

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


More information about the Koha-bugs mailing list