[Koha-bugs] [Bug 14969] Remove C4::Dates from serials/*.pl files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 11 09:48:24 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14969

--- Comment #18 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Comment on attachment 44618
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44618
Bug 14969: (followup) Remove C4::Dates from C4/Serials.pm

Review of attachment 44618:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14969&attachment=44618)
-----------------------------------------------------------------

::: C4/Serials.pm
@@ +468,5 @@
>      my @res;
>      while ( my $subs = $sth->fetchrow_hashref ) {
> +        $subs->{startdate}     = output_pref( { dt => dt_from_string( $subs->{startdate}), dateonly => 1 } );
> +        $subs->{histstartdate} =  output_pref( { dt => dt_from_string( $subs->{startdate}), dateonly => 1 } );
> +        $subs->{histenddate}   =  output_pref( { dt => dt_from_string( $subs->{startdate}), dateonly => 1 } );

Compulsive c/p :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list