[Koha-bugs] [Bug 14870] Delete C4/Dates.pm from System

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 18 10:44:04 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14870

Zeno Tajoli <z.tajoli at cineca.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.tajoli at cineca.it

--- Comment #26 from Zeno Tajoli <z.tajoli at cineca.it> ---
Hi, I found that in reports/guided_reports.pl C4:Dates is still present:


359 # If the range values are dates
360  if ($fromvalue =~ C4::Dates->regexp('syspref') && $tovalue =~  
C4::Dates->regexp('syspref')) {
 361                 $fromvalue = C4::Dates->new($fromvalue)->output("iso");
 362                 $tovalue = C4::Dates->new($tovalue)->output("iso");
 363             }

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list