http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8045
--- Comment #7 from Adrien SAURAT <[email protected]> --- I misread some logs, the error actually comes from the following line in _FixFineDaysOnReturn: my $deltadays = $calendar->days_between( $dt_due, $dt_today ); When calculating the delay for the fine management, the due date is modified. I'm not familiar with these dates handling and I'm not sure yet of the best fix. I keep looking at it. -- 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/
