https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29523
--- Comment #93 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
