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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 15 16:32:33 CET 2022


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #134926|0                           |1
        is obsolete|                            |

--- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 143910
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143910&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

Signed-off-by: Felicity Brown <Felicity.Brown at montgomerycountymd.gov>

Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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


More information about the Koha-bugs mailing list