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

Nick Clemens <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #125217|0                           |1
        is obsolete|                            |
 Attachment #125219|0                           |1
        is obsolete|                            |

--- Comment #4 from Nick Clemens <[email protected]> ---
Created attachment 134489
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=134489&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 <[email protected]>

-- 
You are receiving this mail because:
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