http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9014
--- Comment #38 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ 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/
