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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 5 22:39:36 CET 2014


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

--- Comment #28 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 33279
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33279&action=edit
[PASSED QA] 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

Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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


More information about the Koha-bugs mailing list