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

Jonathan Druart <jonathan.dru...@biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.dru...@biblibre.co
                   |                            |m

--- Comment #37 from Jonathan Druart <jonathan.dru...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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