http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14870
--- Comment #27 from Zeno Tajoli <[email protected]> --- Hi, I found that in reports/guided_reports.pl C4:Dates is still present. >From lines 359 to 363: # If the range values are dates if ($fromvalue =~ C4::Dates->regexp('syspref') && $tovalue =~ C4::Dates->regexp('syspref')) { $fromvalue = C4::Dates->new($fromvalue)->output("iso"); $tovalue = C4::Dates->new($tovalue)->output("iso"); } A new bug or you fix here ? -- 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/
