Bug 34410

Summary: Allow for alternative or better customization of items.content in digest notices
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: NoticesAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: andrew, lisette
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Lucas Gass (lukeg) 2023-07-25 21:34:02 UTC
The PREDUEDGST and DUEDGST use the <<items.content>> syntax to define the repeatable parts of those notices. I have often heard the complaint that this is not flexible enough and makes for somewhat confusing notices. 

Many libraries would like to be able to make these digest notices looks something like this:

TITLE: Abc
AUTHOR: Cba
DUE DATE: 07/25/23

This is not possible using items.content.
Comment 1 Katrin Fischer 2023-07-26 19:21:15 UTC
Hi Lucas, I believe this is possible now with TT, see: bug 29698.

*** This bug has been marked as a duplicate of bug 29698 ***
Comment 2 Lucas Gass (lukeg) 2023-07-26 19:33:24 UTC
(In reply to Katrin Fischer from comment #1)
> Hi Lucas, I believe this is possible now with TT, see: bug 29698.
> 
> *** This bug has been marked as a duplicate of bug 29698 ***

Wow, I even signed off on it! Thanks Katrin.