[Koha-bugs] [Bug 13813] Remove deprecated module C4::Dates from system

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 28 10:43:52 CEST 2015


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

--- Comment #148 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Marcel de Rooy from comment #146)
> Marc: Why do you add MARC::Record in Acquisition.pm?

It's a bad merge conflict, in the local branch I have, there is only

-use C4::Dates qw(format_date format_date_in_iso);
 use MARC::Record;

Now there is 

 use C4::Dates qw(format_date format_date_in_iso);
+use MARC::Record;

It should be

-use C4::Dates qw(format_date format_date_in_iso);
-use MARC::Record;

:)

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


More information about the Koha-bugs mailing list