[Koha-bugs] [Bug 15635] Move the patron images related code to Koha::Patron::Images

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 27 11:19:40 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15635

--- Comment #8 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to M. Tompsett from comment #6)
> Comment on attachment 47126 [details] [review]
> Bug 15635: Koha::Patron::Images - Remove GetPatronImage
> 
> Review of attachment 47126 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: opac/opac-memberentry.pl
> @@ +232,5 @@
> >      );
> >  
> >      if (C4::Context->preference('OPACpatronimages')) {
> > +        my $patron_image = Koha::Patron::Images->find($borrower->{borrowernumber});
> > +        $template->param( display_patron_image => 1 ) if $patron_image;
> 
> After this many changes, I can understand a cut-and-paste mentality. :)

What's wrong? I don't manage to see the error :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list