Dear koha floks,I found viewlog bugs. If you turn on [ExtendedPatronAttributes],then view Home › Patrons › Modification logSoftware error:Undefined subroutine &main::GetBorrowerAttributes called at /usr/share/koha/intranet/cgi-bin/tools/viewlog.pl line 82.Bug fixmodify viewlog.plline 82changemy $attributes = GetBorrowerAttributes( $data->{'borrowernumber'} );tomy $attributes = C4::Members::Attributes::GetBorrowerAttributes( $data->{'borrowernumber'} );Koha version : 3.16.11, 3.18.7, 3.20Help me patch viewlogs next release version.Thanks a lot龍山
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/