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

(-)a/tools/import_borrowers.pl (-2 / +1 lines)
Lines 97-103 if ($input->param('sample')) { Link Here
97
    );
97
    );
98
    $csv->combine(@columnkeys);
98
    $csv->combine(@columnkeys);
99
    print $csv->string, "\n";
99
    print $csv->string, "\n";
100
    exit 1;
100
    exit 0;
101
}
101
}
102
my $uploadborrowers = $input->param('uploadborrowers');
102
my $uploadborrowers = $input->param('uploadborrowers');
103
my $matchpoint      = $input->param('matchpoint');
103
my $matchpoint      = $input->param('matchpoint');
104
- 

Return to bug 15014