7 May
2024
7 May
'24
4:27 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36107 --- Comment #3 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- 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.