[Koha-devel] viewlog bug

long_sam.tw long_sam.tw at yahoo.com.tw
Thu Jun 11 05:53:02 CEST 2015


Dear koha floks, 
I found viewlog bugs. If you turn on [ExtendedPatronAttributes], then view Home › Patrons › Modification log
Software error:
Undefined subroutine &main::GetBorrowerAttributes called at /usr/share/koha/intranet/cgi-bin/tools/viewlog.pl line 82.
Bug fix 
modify viewlog.pl 
line 82
change
my $attributes = GetBorrowerAttributes( $data->{'borrowernumber'} ); 

to 
my $attributes = C4::Members::Attributes::GetBorrowerAttributes( $data->{'borrowernumber'} );


Koha version : 3.16.11, 3.18.7, 3.20
Help me patch viewlogs next release version.

Thanks a lot
龍山
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20150611/b421a907/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 5.png
Type: image/png
Size: 19491 bytes
Desc: not available
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20150611/b421a907/attachment-0001.png>


More information about the Koha-devel mailing list