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

--- Comment #4 from Marc VĂ©ron <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to