http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12627

--- Comment #13 from Jonathan Druart <[email protected]> ---
Created attachment 31937
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31937&action=edit
Bug 12627: Fix date management

C4::Dates->today returns a string formatted depending on the dateformat
syspref.

Before the original patch, SQLHelper managed both format (string
formatted and DateTime.

Now DBIX::Class only manages DateTime, so the call to NewSuggestion and
ModSuggestion should pass a DateTime object

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to