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

(-)a/Koha/Patrons/Import.pm (-3 / +2 lines)
Lines 420-425 sub import_patrons { Link Here
420
        }
420
        }
421
    }
421
    }
422
422
423
    $schema->storage->txn_rollback if $dry_run;
424
423
    return {
425
    return {
424
        feedback      => \@feedback,
426
        feedback      => \@feedback,
425
        errors        => \@errors,
427
        errors        => \@errors,
Lines 429-436 sub import_patrons { Link Here
429
        invalid       => $invalid,
431
        invalid       => $invalid,
430
        imported_borrowers => \@imported_borrowers,
432
        imported_borrowers => \@imported_borrowers,
431
    };
433
    };
432
433
    $schema->storage->txn_rollback if $dry_run;
434
}
434
}
435
435
436
=head2 prepare_columns
436
=head2 prepare_columns
437
- 

Return to bug 27586