[Koha-bugs] [Bug 21981] Specify due date, remember for session and alert

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 11 16:17:33 CET 2018


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

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


More information about the Koha-bugs mailing list