5 May
2020
5 May
'20
11:08 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23787 --- Comment #28 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- It works for me The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %] You don't need the USE KohaDates (it's included by default). However, I am wondering: it is not possible to have the time part after a renewal, 23:59 is always set. That sounds like a bug, right? - due date is yesterday at 12:34, renew it, it become another day at 23:59 (with or without auto renewal). -- You are receiving this mail because: You are watching all bug changes.