[Koha-bugs] [Bug 21796] Patron Restriction do not restrict checkouts if patron also has a fee/fine on their account

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 8 22:26:14 CET 2018


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

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I think the problem is here:

$noissues = ( not C4::Context->preference("AllowFineOverride") and ( $owing >
$noissuescharge ) );

It can reset noissues, even if it has already been set to 1 before.

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


More information about the Koha-bugs mailing list