Bugzilla – Attachment 135056 Details for
Bug 30778
ModBiblioInBatch is not used and can be removed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30778: Remove ModBiblioInBatch
Bug-30778-Remove-ModBiblioInBatch.patch (text/plain), 1.30 KB, created by
David Nind
on 2022-05-17 11:08:29 UTC
(
hide
)
Description:
Bug 30778: Remove ModBiblioInBatch
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-05-17 11:08:29 UTC
Size:
1.30 KB
patch
obsolete
>From 8b3cf925453888acc955d1bca564e1651020e496 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 16 May 2022 19:50:20 +0000 >Subject: [PATCH] Bug 30778: Remove ModBiblioInBatch > >To test: >1 - git grep ModBiblioInBatch >2 - Confirm these occurences are not calls >3 - Apply patch >4 - git grep ModBiblioInBatch >5 - No occurences > >Signed-off-by: David Nind <david@davidnind.com> >--- > C4/ImportBatch.pm | 15 --------------- > 1 file changed, 15 deletions(-) > >diff --git a/C4/ImportBatch.pm b/C4/ImportBatch.pm >index 845caa3b58..224b9f7a19 100644 >--- a/C4/ImportBatch.pm >+++ b/C4/ImportBatch.pm >@@ -54,7 +54,6 @@ BEGIN { > AddBiblioToBatch > AddItemsToImportBiblio > ModAuthorityInBatch >- ModBiblioInBatch > > BatchStageMarcRecords > BatchFindDuplicates >@@ -306,20 +305,6 @@ sub AddBiblioToBatch { > return $import_record_id; > } > >-=head2 ModBiblioInBatch >- >- ModBiblioInBatch($import_record_id, $marc_record); >- >-=cut >- >-sub ModBiblioInBatch { >- my ($import_record_id, $marc_record) = @_; >- >- _update_import_record_marc($import_record_id, $marc_record, C4::Context->preference('marcflavour')); >- _update_biblio_fields($import_record_id, $marc_record); >- >-} >- > =head2 AddAuthToBatch > > my $import_record_id = AddAuthToBatch($batch_id, $record_sequence, >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30778
:
135049
|
135050
|
135056
|
135057
|
135067
|
135068