https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40701
Lari Strand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Lari Strand <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
