http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9014 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m --- Comment #37 from Jonathan Druart <jonathan.druart@biblibre.com> --- This patch reorder the parameter for output_pref but does not deal with existing occurrence. I think there are 2 calls to fix: C4/Letters.pm: $values->{'expirationdate'} = output_pref( $dt, undef, 1 ); C4/Letters.pm: $values->{'waitingdate'} = output_pref( dt_from_string( $values->{'waitingdate'} ), undef, 1 ); -- You are receiving this mail because: You are watching all bug changes.