[Koha-bugs] [Bug 29325] commit_file.pl error 'Already in a transaction'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 26 11:44:41 CET 2021


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

--- Comment #16 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list