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

--- Comment #3 from Caroline Cyr La Rose <[email protected]> ---
Here's one I just did for PREDUEDGST, with the help of Jonathan

[% FOREACH item IN items %]
[%~ SET checkout = item.checkout %]
[%~ SET biblio = item.biblio %]
<strong>[% biblio.title %]</strong> [% IF biblio.author %]by [% biblio.author
%][% ELSE %][% END %]
Call number: [% item.itemcallnumber %]
Due date: [% checkout.date_due | $KohaDates %]
[% END %]

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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