[Koha-bugs] [Bug 23787] Add AUTO_RENEWALS in sample_notices.sql

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 5 11:08:46 CEST 2020


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

--- Comment #28 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list