https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29523 --- Comment #93 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- I have a use case on bug 33568 where I need at least the library of the patron, to display "a patron from LIBRARY". Bug 29275 has the same problem I think: + 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)); + } We need patron.library.name here, not library.name -- You are receiving this mail because: You are watching all bug changes.