[Koha-bugs] [Bug 29698] items are not available for TT syntax for PREDUEDGST

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 15 10:12:15 CET 2021


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

--- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 128547
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128547&action=edit
Bug 29698: Make items available for PREDUEDGST

With this patch you can access items using:
Number of items [% items.count %]
[% FOR i IN items %]
    [% SET checkout = i.checkout %]
    Item [% i.itemnumber %] is due on [% checkout.date_due | $KohaDates %]
[% END %]

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


More information about the Koha-bugs mailing list