http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15332 Bug ID: 15332 Summary: ModMember not interpreting dates (Batch patron modification) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Tools Assignee: gmcharlt@gmail.com Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org ModMember is not correctly interpreting dates if not passed in in ISO format. To see the issue: Go to Tools->Batch patron modification Enter some cardnumbers update any date field for the patrons Result is all null in that column The dates are being passed directly to ModMember without reformatting but there is an issue with DBIx::Class::ResultSet update where by dates are not processed/deflated http://search.cpan.org/dist/DBIx-Class/lib/DBIx/Class/ResultSet.pm#update I don't know whether the correct path here is to fix the call in Modmember, or to make modborrowers.pl pass the dates in a better format Marking as critical since data can be lost -- You are receiving this mail because: You are watching all bug changes.