View | Details | Raw Unified | Return to bug 41145
Collapse All | Expand All

(-)a/Koha/Patrons/Import.pm (-4 lines)
Lines 377-385 LINE: while ( my $borrowerline = <$handle> ) { Link Here
377
                                $patron_attributes =
377
                                $patron_attributes =
378
                                    $patron->extended_attributes->merge_and_replace_with($patron_attributes);
378
                                    $patron->extended_attributes->merge_and_replace_with($patron_attributes);
379
                            }
379
                            }
380
381
                            # We do not want to filter by branch, maybe we should?
382
                            Koha::Patrons->find($borrowernumber)->extended_attributes->delete;
383
                            $patron->extended_attributes($patron_attributes);
380
                            $patron->extended_attributes($patron_attributes);
384
                        }
381
                        }
385
                        $overwritten++;
382
                        $overwritten++;
386
- 

Return to bug 41145