http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8604 lightpurpledye@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lightpurpledye@gmail.com --- Comment #2 from lightpurpledye@gmail.com --- This problem goes away if you comment out lines 152 - 159 of /usr/share/koha/intranet/cgi-bin/patroncards (lines beginning "elsif ($images->{$_}->{'data_source'}->[0]->{'image_source'} eq 'creator_images') {" ). However, doing this also breaks the display of any "Other Image"s (non-patron photo images) on the card layout. I have tried adding "$image_data = undef" to the beginning of the foreach loop, and between lines 152 and 153, under the assumption that $image_data still contains the image data from the previous iteration until it is reassigned, but this had no effect. I think that for some reason the elsif condition on line 152 is matching users which don't have a photo assigned, but I still don't know why that would result in the behaviour observed. -- You are receiving this mail because: You are watching all bug changes.