https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29325 --- Comment #16 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- git grep BatchCommitRecords C4/ImportBatch.pm: BatchCommitRecords C4/ImportBatch.pm:=head2 BatchCommitRecords C4/ImportBatch.pm: BatchCommitRecords($batch_id, $framework, C4/ImportBatch.pm:sub BatchCommitRecords { misc/commit_file.pl:use C4::ImportBatch qw( GetAllImportBatches GetImportBatch BatchCommitRecords BatchRevertRecords ); misc/commit_file.pl: BatchCommitRecords($import_batch_id, $framework, 100, \&print_progress_and_commit); misc/cronjobs/import_webservice_batch.pl:use C4::ImportBatch qw( BatchCommitRecords ); misc/cronjobs/import_webservice_batch.pl:BatchCommitRecords($_, $framework) foreach @$batch_ids; svc/import_bib:use C4::ImportBatch qw( GetWebserviceBatchId AddBiblioToBatch AddItemsToImportBiblio BatchFindDuplicates BatchCommitRecords ); svc/import_bib: BatchCommitRecords($batch_id, $framework) if lc($import_mode) eq 'direct'; tools/manage-marc-import.pl:use C4::ImportBatch qw( CleanBatch DeleteBatch GetImportBatch GetImportBatchOverlayAction GetImportBatchNoMatchAction GetImportBatchItemAction SetImportBatchOverlayAction SetImportBatchNoMatchAction SetImportBatchItemAction BatchFindDuplicates SetImportBatchMatcher GetItemNumbersFromImportBatch GetImportBatchRangeDesc GetNumberOfNonZ3950ImportBatches BatchCommitRecords BatchRevertRecords ); tools/manage-marc-import.pl: = BatchCommitRecords( $import_batch_id, $framework, 50, -- You are receiving this mail because: You are watching all bug changes.