https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29325

--- Comment #16 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to