https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15635 --- Comment #8 from Jonathan Druart <jonathan.druart@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.