http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14954 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion CC| |hector.hecaxmmx@gmail.com --- Comment #3 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- A problem when creating a new holiday The 'day' parameter ("32") to DateTime::new did not pass the 'an integer which is a possible valid day of month' callback at /usr/lib/perl5/DateTime.pm line 199 DateTime::new(undef, 'year', 2015, 'month', 10, 'day', 32) called at /home/koha/kohaclone/tools/newHolidays.pl line 67 The error was launched when enter an invalid date, for example
From date: Fridays, 30/10/2015 To date: 32/10/2015
this is DD/MM/YYYY -- You are receiving this mail because: You are watching all bug changes.