[Koha-bugs] [Bug 7560] SIP Self Checkout Ignoring Fines Thresholds for Not Being able to Check Out Books

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 28 15:30:48 CEST 2016


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

--- Comment #46 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Will probably not finish this one today.
Doubts about:
+        charge_ok       => ( !$debarred && !$expired && !$fine_blocked && (
$fines_amount < C4::Context->preference('noissuescharge') ) ),
+        renew_ok        => ( !$debarred && !$expired && !$fine_blocked && (
$fines_amount < C4::Context->preference('OPACFineNoRenewals') ) ),

What if those prefs are just empty?

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


More information about the Koha-bugs mailing list