1 May
2024
1 May
'24
8:22 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36741 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- 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.