[Koha-bugs] [Bug 12627] SQLHelper replacement - C4::Suggestions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 30 11:28:02 CEST 2014


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

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


More information about the Koha-bugs mailing list