[Koha-bugs] [Bug 30755] too_soon should not be counted as an error in autorenewals

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 20 09:34:41 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30755

--- Comment #9 from Martin Renvoize <martin.renvoize at 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.


More information about the Koha-bugs mailing list