https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36741
--- Comment #1 from David Cook <[email protected]> --- It seems that all we need is the following: [% FOREACH checkout IN checkouts %] [% NEXT IF (checkout.auto_renew_error == 'auto_too_soon') %] That's the default that makes sense to me. People could do something else if they wanted, but we *must* capture this case and do something with it. I'm getting (totally valid) complaints about this at the moment. -- 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/
