[Koha-bugs] [Bug 29100] Add checkouts data loop to predue notices script ( advance_notices.pl )

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 23 19:37:53 CEST 2021


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 125217
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125217&action=edit
Bug 29100: Add checkouts data loop to predue notices script (
advance_notices.pl )

Predue / due notices are limited to using itemscontent to display checkouts
data. It would be nice to make all the checkouts data available for those
notices so that libraries could format that data more nicely if they wish.

1) Apply this patch
2) For DUE and PREDUE notices, set the message body to the following:
Title: [% issue.title %]
3) For DUEDGST and PREDUEDGST notices, set the message body to the following:
Titles:
[% FOREACH i IN issues %]
* [% i.title %]
[% END %]
4) Generate PREDUE and DUE notices for patrons including digests
5) Verify those notices contain the checkout titles

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list