[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 17:05:52 CET 2015


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

--- Comment #31 from Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> ---
(In reply to Zeno Tajoli from comment #27)
> 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 ?

A previous attachment in this bug fixed it up
<http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44625&action=diff>

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


More information about the Koha-bugs mailing list