http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9014 --- Comment #38 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to comment #37)
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 );
Not a big issue. Dates reserves.expirationdate and reserves.waitingdate will be displayed like (depending from the dateformat pref): DD/MM/YYYY 00:00 instead of DD/MM/YYYY I provided a patch (bug 10380) in order to fix the prototype problem of this routine. -- You are receiving this mail because: You are watching all bug changes.