Bugzilla – Attachment #195081: Bug 41681: bulkmarcimport.pl reports an incorrect number of MARC records processed for
bug #41681
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 41681
Collapse All
|
Expand All
(-)
a/misc/migration_tools/bulkmarcimport.pl (-2 lines)
Lines 332-338 $schema->txn_begin;
Link Here
332
RECORD: while () {
332
RECORD: while () {
333
333
334
my $record;
334
my $record;
335
$record_number++;
336
335
337
# get record
336
# get record
338
eval { $record = $batch->next() };
337
eval { $record = $batch->next() };
339
-
Return to
bug 41681