<div dir="ltr">You should definitely fill a bug on <a href="http://bugs.koha-community.org">http://bugs.koha-community.org</a> about it.<div><br></div><div>A side note: I couldn't reproduce the error on my test site. So please explain in detail things like if the patron has or hasn't extended attributes, etc.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-11 0:53 GMT-03:00 <a href="http://long_sam.tw">long_sam.tw</a> <span dir="ltr"><<a href="mailto:long_sam.tw@yahoo.com.tw" target="_blank">long_sam.tw@yahoo.com.tw</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"><div>Dear koha floks, </div><div><br></div><div dir="ltr">I found viewlog bugs. If you turn on [ExtendedPatronAttributes], </div><div dir="ltr">then view Home › Patrons › Modification log</div><div dir="ltr"><br></div><div dir="ltr">Software error:</div><div dir="ltr"><br></div><div dir="ltr">Undefined subroutine &main::GetBorrowerAttributes called at /usr/share/koha/intranet/cgi-bin/tools/<a href="http://viewlog.pl" target="_blank">viewlog.pl</a> line 82.</div><div dir="ltr"><br></div><div dir="ltr">Bug fix </div><div dir="ltr"><br></div><div dir="ltr">modify <a href="http://viewlog.pl" target="_blank">viewlog.pl</a> </div><div dir="ltr"><br></div><div dir="ltr">line 82</div><div dir="ltr"><br></div><div dir="ltr">change</div><div dir="ltr"><br></div><div dir="ltr">my $attributes = GetBorrowerAttributes( $data->{'borrowernumber'} ); <br></div><div dir="ltr"><br></div><div dir="ltr">to </div><div dir="ltr"><br></div><div dir="ltr">my $attributes = C4::Members::Attributes::GetBorrowerAttributes( $data->{'borrowernumber'} );<br></div><div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr">Koha version : 3.16.11, 3.18.7, 3.20</div><div dir="ltr"><br></div><div dir="ltr">Help me patch viewlogs next release version.<br></div><div dir="ltr"><br></div><div dir="ltr">Thanks a lot</div><div dir="ltr"><br></div><div dir="ltr">龍山</div></div></div><br>_______________________________________________<br>
Koha-devel mailing list<br>
<a href="mailto:Koha-devel@lists.koha-community.org">Koha-devel@lists.koha-community.org</a><br>
<a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" target="_blank">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a><br>
website : <a href="http://www.koha-community.org/" target="_blank">http://www.koha-community.org/</a><br>
git : <a href="http://git.koha-community.org/" target="_blank">http://git.koha-community.org/</a><br>
bugs : <a href="http://bugs.koha-community.org/" target="_blank">http://bugs.koha-community.org/</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Tomás Cohen Arazi</div><div>Prosecretaría de Informática</div><div>Universidad Nacional de Córdoba</div><div>✆ +54 351 5353750 ext 13168</div><div>GPG: B76C 6E7C 2D80 551A C765  E225 0A27 2EA1 B2F3 C15F</div></div></div>
</div>