X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=circ%2Foverdue.pl;h=e44e792f0a8a2af7e8889e613b0f623484b60619;hb=784c6c0a8be47fc7dc9c91ca3cbce1b630edec55;hp=56e0941081af3be160549fc0356d6283783a0502;hpb=413a1e1e61b343db47b9b6fdecf3d981d87013ef;p=koha_fer diff --git a/circ/overdue.pl b/circ/overdue.pl index 56e0941081..e44e792f0a 100755 --- a/circ/overdue.pl +++ b/circ/overdue.pl @@ -239,7 +239,7 @@ if ($noreport) { my $today_dt = DateTime->now(time_zone => C4::Context->tz); - $today_dt->truncate(to => 'minutes'); + $today_dt->truncate(to => 'minute'); my $todaysdate = $today_dt->strftime('%Y-%m-%d %H:%M'); $bornamefilter =~s/\*/\%/g;