http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13601 --- Comment #39 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 37089 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37089&action=edit [PASSED QA] Bug 13601: get rid of DateTime::Format::DateParse This module is used in C4::Members::GetPendingIssues too, but we can use dt_from_string. Test plan: 1/ Verify that prove t/db_dependent/Members/GetPendingIssues.t returns green 2/ On the patron pending issue list, verify that the issue and the due dates are correctly displayed. Tested together with other patches (except "Fix special cases). Worked as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.