27 Dec
2015
27 Dec
'15
11:56 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15423 --- Comment #4 from Marc Véron <veron@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.