Bugzilla – Attachment 135049 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.25 KB, created by
Nick Clemens (kidclamp)
on 2022-05-16 19:53:33 UTC
(
hide
)
Description:
Bug 30778: Remove ModBiblioInBatch
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-05-16 19:53:33 UTC
Size:
1.25 KB
patch
obsolete
>From 4c465f82b69e3072c5b245eda2bb8931b8baa93e 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 >--- > C4/ImportBatch.pm | 15 --------------- > 1 file changed, 15 deletions(-) > >diff --git a/C4/ImportBatch.pm b/C4/ImportBatch.pm >index 88a15a2095..071e1c6576 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