Skip to content

Commit 003479c

Browse files
Emily Lamancusakfischer
Emily Lamancusa
authored andcommitted
Bug 37562: (QA follow-up) Remove FIXME
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
1 parent bdf224c commit 003479c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

members/memberentry.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
$conditions->{$f} = $newdata{$f} if $newdata{$f};
249249
}
250250
$nodouble = 1;
251-
my $patrons = Koha::Patrons->search($conditions); # FIXME Should be search_limited?
251+
my $patrons = Koha::Patrons->search($conditions);
252252
if ( $patrons->count > 0) {
253253
$nodouble = 0;
254254
$check_patron = $patrons->next;

0 commit comments

Comments
 (0)