[Koha-bugs] [Bug 29275] Use the API to render checkout history for a biblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 23 16:09:55 CEST 2023


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

--- Comment #39 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Tomás Cohen Arazi from comment #38)
> (In reply to Jonathan Druart from comment #37)
> > +                            if ( row.patron != null ) {
> >  +                                return $patron_to_html( row.patron, {
> > display_cardnumber: true, url: true } );
> > +                            }
> > +                            else {
> > +                                return _("A patron from library
> > %s").format(escape_str(row.library.name));
> >                             }
> > 
> > This is not correct, is it?
> > row.library.name should be row.patron.library.name, but we don't have it.
> 
> +Strings

lol yes if you want, but that was not my point :D

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list