Using the date parameter in SQL report doesn't work anymore after bug 27380 was merged, reverting the patches fixes problem. I'm not exactly sure what is it that causes the problem, Nick do you have any idea? To reproduce the problem create a new SQL report: > select * from biblio where datecreated = <<Day|date>> and then run it with whatever date and you should get the error: > Can't locate object method "_columns" via package "02/16/2021" (perhaps you > forgot to load "02/16/2021"?) at /kohadevbox/koha/Koha/Object.pm line 810
I've added a fix on bug 27380 (Add missing use statement)
Applying the patch from there fixes the issue indeed, thanks Jonathan for the super fast patch! :)