https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31272

Nick Clemens <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #8 from Nick Clemens <[email protected]> ---
(In reply to Arthur Suzuki from comment #7)
> Thanks!
> 
> Pushed to 21.11 for 21.11.12

This depends on 30992 which was not backported to 21.11
This means that:
reservedate is being formatted in opac-reserve.pl:
    $itemLoopIter->{reservedate}     = output_pref({ dt =>
dt_from_string($first_hold->reservedate), dateonly => 1 }); # FIXME Should be
formatted in the template

And is also being formatted in the template:
<span>On hold for patron expected at [% Branches.GetName(
itemLoo.ExpectedAtLibrary ) | html %] since [% itemLoo.reservedate | $KohaDates
%]</span>

And DateUtils dies on an unexpected date (as it has already been formatted)

Please revert

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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