[Koha-bugs] [Bug 15332] ModMember not interpreting dates (Batch patron modification)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 18 16:04:28 CET 2015


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

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 45839
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45839&action=edit
Bug 15332: Sent DateTime object to DBIx::Class, not formatted dates

If formatted dates are sent to DBIx::Class on update/insert, the date
will be set as 0000-00-00 (except if the format is yyyy-mm-dd).

Test plan:
Use the batch patron modification tools to update the dateenrolled or
dateexpiry values for at least 1 patron.
Without this patch, the modified value will be updated to 0000-00-00,
with this patch, the correct value will be set.

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


More information about the Koha-bugs mailing list