Bugzilla – Attachment 135057 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 ModAuthInBatch
Bug-30778-remove-ModAuthInBatch.patch (text/plain), 1.11 KB, created by
David Nind
on 2022-05-17 11:08:33 UTC
(
hide
)
Description:
Bug 30778: remove ModAuthInBatch
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-05-17 11:08:33 UTC
Size:
1.11 KB
patch
obsolete
>From 128315fed4054ace297710655f1ee25fa1bf3d04 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 16 May 2022 19:51:41 +0000 >Subject: [PATCH] Bug 30778: remove ModAuthInBatch > >1 - git grep ModAuthInBatch >2 - Confirm none of these occurences are calls >3 - Apply patch >4 - git grep ModAuthInBatch >5 - No occurences > >Signed-off-by: David Nind <david@davidnind.com> >--- > C4/ImportBatch.pm | 14 -------------- > 1 file changed, 14 deletions(-) > >diff --git a/C4/ImportBatch.pm b/C4/ImportBatch.pm >index 224b9f7a19..264c97b4ce 100644 >--- a/C4/ImportBatch.pm >+++ b/C4/ImportBatch.pm >@@ -328,20 +328,6 @@ sub AddAuthToBatch { > return $import_record_id; > } > >-=head2 ModAuthInBatch >- >- ModAuthInBatch($import_record_id, $marc_record); >- >-=cut >- >-sub ModAuthInBatch { >- my ($import_record_id, $marc_record) = @_; >- >- my $marcflavour = C4::Context->preference('marcflavour'); >- _update_import_record_marc($import_record_id, $marc_record, $marcflavour eq 'UNIMARC' ? 'UNIMARCAUTH' : 'USMARC'); >- >-} >- > =head2 BatchStageMarcRecords > > ( $batch_id, $num_records, $num_items, @invalid_records ) = >-- >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