[Koha-bugs] [Bug 20175] Set a correct default value for club_enrollments.date_created

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 12 14:31:15 CET 2018


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

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
It is set in svc/club/enroll

 50             date_enrolled  => \'NOW()',
 51             date_created   => \'NOW()',

Which it weird and wrong. 
I considered it as out of the scope if there is no regression.

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


More information about the Koha-bugs mailing list