https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40701 Lari Strand <lmstrand@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lmstrand@gmail.com --- Comment #2 from Lari Strand <lmstrand@gmail.com> --- The issue occurs in the blocked-fines.inc template file, which attempts to check the condition: [% IF !Koha.Preference('AllowFineOverride') && NoIssuesCharge.limit && NoIssuesCharge.overlimit %] This condition requires access to the NoIssuesCharge hash object with three properties: - NoIssuesCharge.charge - the patron's actual non-issues charges - NoIssuesCharge.limit - the system preference limit value (noissuescharge) - NoIssuesCharge.overlimit - boolean flag indicating charges exceed the limit -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.