[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
Wed Dec 7 17:19:15 CET 2022


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

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

--- Comment #7 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 144474
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144474&action=edit
Bug 32408: Allow SIP to override a fine on checkout if a librarian can

Test plan:

 - Set up a patron with an outstanding amount under the noissuescharge syspref

 - Check that you can override the fine on checkout in Koha

 - Do a SIP checkout, and check that it is blocked

 - Apply the patch, and check that override_fine_on_checkout is
   disabled in SIPconfig.xml

 - Do a SIP checkout, and check that it is still blocked

 - Enable override_fine_on_checkout in SIPconfig.xml

 - Do a SIP checkout, and check that is allowed

 - Prove t/db_dependent/SIP/Transaction.t

Additionaly, you can enable show_outstanding_amount in SIPconfig.xml to have
the outstanding amount displayed on SIP checkout.

Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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


More information about the Koha-bugs mailing list