[Koha-bugs] [Bug 7444] Use T::T date plugin to display dates omnibus

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 14 16:20:13 CET 2012


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

--- Comment #4 from Paul Poulain <paul.poulain at 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.


More information about the Koha-bugs mailing list