https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21981 --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Jonathan Druart from comment #1)
Confirmed on master.
Also the date is not correctly formatted when "remember for session" is set (always displayed as YYYY-MM-DD HH:MM).
This problem may be fixed with: modified: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @ circulation.tt:237 @ [% IF ( DEBT ) %]<input type="hidden" name="debt_confirmed" value="1" />[% END %] [% IF ( INVALID_DATE ) %] <p> - <input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec | html %]" /> + <input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec | $KohaDates %]" /> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.