Bugzilla – Attachment #191850: 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 329-335 $schema->txn_begin;
Link Here
329
RECORD: while () {
329
RECORD: while () {
330
330
331
my $record;
331
my $record;
332
$record_number++;
333
332
334
# get record
333
# get record
335
eval { $record = $batch->next() };
334
eval { $record = $batch->next() };
336
-
Return to
bug 41681