https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408 --- Comment #3 from Matthias Meusburger <matthias.meusburger@biblibre.com> --- Created attachment 144469 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144469&action=edit Bug 32408: Allow SIP checkout when the outstanding amount is under noissuescharge Test plan: - Set up a patron with an outstanding amount under the noissuescharge syspref - Do a SIP checkout, and check that it is blocked - Apply the patch, and check that under_noissuescharge_block_checkout is enabled in SIPconfig.xml - Do a SIP checkout, and check that it is still blocked - Disable under_noissuescharge_block_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. -- You are receiving this mail because: You are watching all bug changes.