Bugzilla – Attachment 160487 Details for
Bug 29440
Refactor/clean up bulkmarcimport.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29440: (QA follow-up) Fix tidy
Bug-29440-QA-follow-up-Fix-tidy.patch (text/plain), 1.27 KB, created by
Martin Renvoize (ashimema)
on 2024-01-03 16:25:37 UTC
(
hide
)
Description:
Bug 29440: (QA follow-up) Fix tidy
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-01-03 16:25:37 UTC
Size:
1.27 KB
patch
obsolete
>From d9ff6f4bd19000635b71fb8b9a47182afa116765 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 3 Jan 2024 16:21:08 +0000 >Subject: [PATCH] Bug 29440: (QA follow-up) Fix tidy > >--- > C4/Biblio.pm | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index 423b6fcfe5e..66964ceaf25 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -212,8 +212,8 @@ sub AddBiblio { > > $options //= {}; > my $skip_record_index = $options->{'skip_record_index'} // 0; >- my $defer_marc_save = $options->{defer_marc_save} // 0; >- my $disable_autolink = $options->{disable_autolink} // 0; >+ my $defer_marc_save = $options->{defer_marc_save} // 0; >+ my $disable_autolink = $options->{disable_autolink} // 0; > > if (!$record) { > carp('AddBiblio called with undefined record'); >@@ -375,9 +375,7 @@ sub ModBiblio { > my ( $record, $biblionumber, $frameworkcode, $options ) = @_; > > $options //= {}; >- my $mod_biblio_marc_options = { >- skip_record_index => $options->{'skip_record_index'} // 0 >- }; >+ my $mod_biblio_marc_options = { skip_record_index => $options->{'skip_record_index'} // 0 }; > > if (!$record) { > carp 'No record passed to ModBiblio'; >-- >2.43.0
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 29440
:
127479
|
127480
|
127481
|
127485
|
127486
|
127508
|
127509
|
127651
|
127652
|
127791
|
127792
|
127795
|
127796
|
127959
|
127960
|
127961
|
127963
|
128086
|
128087
|
128362
|
128890
|
128891
|
131176
|
131177
|
131180
|
131181
|
132942
|
140822
|
140823
|
140903
|
140904
|
140905
|
140906
|
140924
|
140925
|
140926
|
140927
|
140928
|
140987
|
140988
|
140989
|
143375
|
151293
|
151294
|
151295
|
151296
|
151297
|
151298
|
151299
|
151300
|
151301
|
157798
|
160148
|
160149
|
160150
|
160151
|
160152
|
160153
|
160154
|
160155
|
160156
|
160157
|
160477
|
160478
|
160479
|
160480
|
160481
|
160482
|
160483
|
160484
|
160485
|
160486
| 160487