Re: [Koha-devel] viewlog bug

2015-06-11 Thread Mark Tompsett
From: long_sam.tw Sent: Thursday, June 11, 2015 10:52 AM To: Tomas Cohen Arazi ; koha-devel Subject: Re: [Koha-devel] viewlog bug Dear tomas, http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=tools/viewlog.pl;h=a13ec5faf27e8692f11684e8c7b0075590d7595d;hb=HEAD 80 if ( C4::Co

Re: [Koha-devel] viewlog bug

2015-06-11 Thread long_sam.tw
Dear tomas,  http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=tools/viewlog.pl;h=a13ec5faf27e8692f11684e8c7b0075590d7595d;hb=HEAD 80 if ( C4::Context->preference('ExtendedPatronAttributes') ) { 81 my $attributes = GetBorrowerAttributes( $data->{'borrowernumber'} ); 82  

Re: [Koha-devel] viewlog bug

2015-06-11 Thread Tomas Cohen Arazi
You should definitely fill a bug on http://bugs.koha-community.org about it. 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. 2015-06-11 0:53 GMT-03:00 long_sam.tw : > Dear koha floks, > > I

[Koha-devel] viewlog bug

2015-06-10 Thread long_sam.tw
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