http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7291
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] --- Comment #14 from Paul Poulain <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
