https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30755 --- Comment #9 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- In fact.. I do wonder about how much we pass in our calls to GetPreparedLetter sometimes. In this case, I wonder if we aught to just send 'patron' and have sane accessors in the Patron object that would allow for 'Patron->checkouts->auto_renewing' or/and 'Patron->checkouts->auto_renew_failures', 'Patron->checkouts->auto_renew_sucesses'.. that would allow splitting out the types as per my notice, but in a somewhat simpler fashion without having to loop through the same set multiple times. Thoughts? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.