Bug 37562: (QA follow-up) Remove FIXME
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
bdf224c653
commit
003479cc30
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue