From: miker Date: Wed, 13 Oct 2010 00:29:38 +0000 (+0000) Subject: double-arg, backwards logic X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4e56b1c54bc8c38be4aa5d9d4c5630fffc0d724a;p=evergreen%2Ftadl.git double-arg, backwards logic git-svn-id: svn://svn.open-ils.org/ILS/trunk@18300 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm b/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm index 98605b4a76..8f9f0ce046 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm @@ -159,7 +159,7 @@ sub handler { my %seen; for my $r (@records) { - next unless ($seen{$r}); + next if ($seen{$r}); $item->target_biblio_record_entry($r); $e->request('open-ils.cstore.direct.container.biblio_record_entry_bucket_item.create', $item )->gather(1); $seen{$r}++;