http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7444
--- Comment #4 from Paul Poulain <[email protected]> --- 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. _______________________________________________ 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/
