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

--- Comment #91 from Jonathan Druart <[email protected]> ---
Comment on attachment 37757
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37757
Bug 13813 - Remove C4::Dates from C4/Members.pm

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

::: C4/Members.pm
@@ +2363,4 @@
>      my @results;
>  
>      while ( my $data = $sth->fetchrow_hashref ) {
> +        $data->{message_date_formatted} = output_pref({ dt => 
> dt_from_string( $data->{message_date} ), dateformat => 'iso', dateonly => 1 
> });

We don't want an iso formatted date here.

-- 
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/

Reply via email to