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

--- Comment #9 from Martin Renvoize <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to