[Koha-bugs] [Bug 15423] Batch checkout dateformat error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 28 00:56:20 CET 2015


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

--- Comment #4 from Marc Véron <veron at veron.ch> ---
Strange, in circ/circulation.pl the patron's expiration date format suddenly
changes:

Around line 413, before the line my $issue = AddIssue(...
$borrower->{'dateexpiry'} is: 2022-05-13
after Addissue(...
$borrower->{'dateexpiry'} is: 05/13/2022 00:00

Digging deeper, the value seems to change in C4/Letters.pm
Line 803 (sub _parseletter)
$values->{'dateexpiry'} = format_sqldatetime( $values->{'dateexpiry'} );

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list