31 Jul
2014
31 Jul
'14
5:37 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12669 --- Comment #3 from Rolando Isidoro <rolando.isidoro@gmail.com> --- It looks like there is another code entry that needs correction: my $dt = dt_from_string( $text, 'iso' ); @ https://github.com/digibib/koha-work/blob/master/Koha/Template/Plugin/KohaDa... becomes: my $tz = DateTime::TimeZone->new(name => 'floating') unless $config->{with_hours}; my $dt = dt_from_string( $text, 'iso', $tz ); With these 2 fixes in place the "Serial collection" page is rendered correctly. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.