3 Sep
2012
3 Sep
'12
11:57 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 --- Comment #16 from Koha Team Lyon 3 <koha@univ-lyon3.fr> --- Sorry ! you should have to read this : if(DateTime->compare( $start_dt, $end_dt ) > -1){ $days = $days->inverse; } else { for (my $dt = $start_dt->clone(); $dt <= $end_dt; $dt->add(days => 1) ) { if ($self->is_holiday($dt)) { $days--; } } } -- You are receiving this mail because: You are watching all bug changes.