http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7291 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |paul.poulain@biblibre.com --- Comment #14 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment: * patch does not apply, there are small merge problem * dates are formatted without the Date plugin, please fix ! + estimateddeliverydate => C4::Dates->new( $estimateddeliverydate, 'iso' )->output, * you use a MYSQLism for getting the current date. Instead of CURDATE( ) use CAST(now() AS date) Marking failed QA. The rest is OK, will mark passed QA once you've fixed those points -- You are receiving this mail because: You are watching all bug changes.