Bug 37562: (QA follow-up) Remove FIXME

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Emily Lamancusa 2024-08-14 11:57:59 -04:00 committed by Katrin Fischer
parent bdf224c653
commit 003479cc30
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -248,7 +248,7 @@ if ( ( $op eq 'cud-insert' ) and !$nodouble ) {
$conditions->{$f} = $newdata{$f} if $newdata{$f};
}
$nodouble = 1;
my $patrons = Koha::Patrons->search($conditions); # FIXME Should be search_limited?
my $patrons = Koha::Patrons->search($conditions);
if ( $patrons->count > 0) {
$nodouble = 0;
$check_patron = $patrons->next;