https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19808 --- Comment #16 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 69856 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69856 Bug 19808: Handle deleted reviewers gracefully - reviews/reviewswaiting.pl Review of attachment 69856: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19808&attachment=69856) ----------------------------------------------------------------- ::: reviews/reviewswaiting.pl @@ +67,4 @@
} )->unblessed;
+for my $review ( @$reviews ) {
Love the explicit $review instead of $_ code. @@ +72,1 @@
# setting some borrower info into this hash
Think the comment is misplaced. -- You are receiving this mail because: You are watching all bug changes.