http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12811
--- Comment #6 from Jacek Ablewicz <[email protected]> --- (In reply to Kyle M Hall from comment #5) > Just an fyi, but I believe AllowRenewalLimitOverride should actually be > Koha.Preference('AllowRenewalLimitOverride'). My patch ( in the duplicate > bug ) resolves this issue. I agree it would be better to use Koha.Preference() in both affected templates, but patch in bug 12878 appears to be incomplete: - circ/circulation.tt: renewal override is not working properly with this patch applied (due to missing [% USE Koha %] ?), - Koha.Preference() call is not being used in patched members/moremember.tt - any particular reason to treat this template differently then circ/circulation.tt? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
