[Koha-bugs] [Bug 31212] Datelastseen should be a datetime

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 22 17:03:37 CET 2023


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

--- Comment #33 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Jonathan Druart from comment #32)
> Can you explain the changes in C4/Items.pm?

I mean the ones from the first patch.

This one is definitely not needed:
+    my $today = output_pref({ dt => dt_from_string, dateformat => 'iso',
dateonly => 0 });

This one should not be needed either:
+        $datelastseen = output_pref({ str => $datelastseen, dateformat =>
'iso', dateonly => 0 });

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list