http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7444 --- Comment #4 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment: The patch says: @@ -909,6 +910,7 @@ sub CanBookBeIssued { $needsconfirmation{'resborrowernumber'} = $resborrower->{'borrowernumber'}; $needsconfirmation{'resbranchname'} = $branchname; $needsconfirmation{'resreservedate'} = format_date($res->{'reservedate'}); +$needsconfirmation{'resreservedateiso'} = $res->{'reservedate'}; Why don't you remove the resreservedate and his "format_date" sub ? shouldn't it be -$needsconfirmation{'resreservedate'} = format_date($res->{'reservedate'}); +$needsconfirmation{'resreservedateiso'} = $res->{'reservedate'}; -- You are receiving this mail because: You are watching all bug changes.