[Koha-bugs] [Bug 9014] Add time due to slips

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 30 12:19:44 CEST 2013


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #37 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list