https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38146
--- Comment #4 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #3) > Are you sure it's a regression from bug 33568? Yes, looks like the code before was: <td class="datelastseen" data-order="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates with_hours => 1 %]</td> Which then displayed: "05/07/2014 00:00" if the date has not been modified since we moved the datatype from date to datetime. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
