[Koha-bugs] [Bug 31272] Show library name not code when placing item level holds in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 23 13:13:32 CET 2022


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com

--- Comment #8 from Nick Clemens <nick at bywatersolutions.com> ---
(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.


More information about the Koha-bugs mailing list